Skip to content

Commit bb6a044

Browse files
cristianrcvclaude
andcommitted
build: raise Java source/target to 25
Align compileJava options.release with the Java 25 toolchain. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 18576f4 commit bb6a044

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
@@ -155,7 +155,7 @@ tasks.register('buildInfo') {
155155
}
156156

157157
tasks.named('compileJava') {
158-
options.release = 21
158+
options.release = 25
159159
options.compilerArgs += ["-Aproject=${project.name}"]
160160
dependsOn tasks.named('buildInfo')
161161
}

0 commit comments

Comments
 (0)