Skip to content

feat: Added all states and fixed some that were wrong #486

feat: Added all states and fixed some that were wrong

feat: Added all states and fixed some that were wrong #486

Workflow file for this run

name: gradle-ci
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'adopt'
- name: Build with Gradle
run: ./gradlew build publishToMavenLocal
- name: Upload build artifacts
uses: actions/upload-artifact@v1
with:
name: build-artifacts
path: build/libs