Skip to content

Feat: Initial commit #12

Feat: Initial commit

Feat: Initial commit #12

Workflow file for this run

name: JVM CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: '11'
- name: Build with Gradle
run: ./gradlew test assembleDist