Skip to content

Updated versions. Bumped to 1.0.0 #16

Updated versions. Bumped to 1.0.0

Updated versions. Bumped to 1.0.0 #16

Workflow file for this run

name: ci
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: 'true'
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 17
cache: 'gradle'
- name: Gradle build
run: ./gradlew build --no-daemon