Skip to content

Bump jvm from 2.0.0 to 2.0.10 (#53) #135

Bump jvm from 2.0.0 to 2.0.10 (#53)

Bump jvm from 2.0.0 to 2.0.10 (#53) #135

Workflow file for this run

name: CI
on: [ push ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '11'
cache: 'gradle'
- name: Build with Gradle
run: ./gradlew build