Skip to content

Commit 099b330

Browse files
andimarekclaude
andcommitted
Bump Java toolchain from 21 to 25 to match CI
CI installs JDK 25 and labels the default test run as "java25", but the Gradle toolchain was pinned to 21 causing Gradle to auto-provision JDK 21 instead of using the CI-installed JDK 25. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 1405d45 commit 099b330

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ plugins {
3434

3535
java {
3636
toolchain {
37-
languageVersion = JavaLanguageVersion.of(21) // build on 21 - release on 11
37+
languageVersion = JavaLanguageVersion.of(25) // build on 25 - release on 11
3838
}
3939
}
4040

0 commit comments

Comments
 (0)