Skip to content

Bump jvm from 1.9.20 to 1.9.21 #144

Bump jvm from 1.9.20 to 1.9.21

Bump jvm from 1.9.20 to 1.9.21 #144

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
with:
fetch-depth: 1
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: "17"
distribution: "temurin"
- name: Build with Gradle
run: ./gradlew assemble build test