Skip to content

build: bump to java 21 and gradle 8.12 #85

build: bump to java 21 and gradle 8.12

build: bump to java 21 and gradle 8.12 #85

Workflow file for this run

name: Build and Test
on: [ push ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3.5.2
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
java-version: '21'
distribution: 'temurin'
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: Test
run: gradle clean build