Skip to content

Bump jvm from 1.9.0 to 1.9.10 (#23) #72

Bump jvm from 1.9.0 to 1.9.10 (#23)

Bump jvm from 1.9.0 to 1.9.10 (#23) #72

Workflow file for this run

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