We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaf8f91 commit a32c346Copy full SHA for a32c346
.github/workflows/main.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/setup-java@v5
14
with:
15
distribution: "temurin"
16
- java-version: "24"
+ java-version: "21"
17
18
- run: java --version
19
build.gradle.kts
@@ -9,7 +9,7 @@ version = "0.0.1-SNAPSHOT"
9
10
java {
11
toolchain {
12
- languageVersion.set(JavaLanguageVersion.of(24))
+ languageVersion.set(JavaLanguageVersion.of(25))
vendor.set(JvmVendorSpec.ADOPTIUM)
}
0 commit comments