Skip to content

Commit 0863690

Browse files
committed
Require Java 25
1 parent f4313de commit 0863690

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

buildSrc/src/main/kotlin/bluemap.base.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ tasks.withType(AbstractArchiveTask::class).configureEach {
3232
}
3333

3434
java {
35-
toolchain.languageVersion = JavaLanguageVersion.of(21)
35+
toolchain.languageVersion = JavaLanguageVersion.of(25)
3636
withSourcesJar()
3737
withJavadocJar()
3838
}

0 commit comments

Comments
 (0)