Skip to content

refactor api code into v2, cleanup EnumSet and remove displayId #181

refactor api code into v2, cleanup EnumSet and remove displayId

refactor api code into v2, cleanup EnumSet and remove displayId #181

Workflow file for this run

name: CI
on:
push:
branches-ignore:
- 'master'
- '1.19.x_2.0'
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up Java
uses: actions/setup-java@v1
with:
version: 17
- name: Gradle Build
run: /bin/sh ./gradlew build