Skip to content

Bump jvm from 2.0.10 to 2.0.20 #194

Bump jvm from 2.0.10 to 2.0.20

Bump jvm from 2.0.10 to 2.0.20 #194

Workflow file for this run

name: build pull request
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '21'
cache: 'gradle'
- name: test
run: ./gradlew test