Skip to content

chore: compile with jdk 25 #336

chore: compile with jdk 25

chore: compile with jdk 25 #336

Workflow file for this run

name: CI
on: [ push ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-java@v5
with:
distribution: "temurin"
java-version: "21"
- run: java --version
- name: Build
run: ./gradlew build