We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4313de commit 0863690Copy full SHA for 0863690
1 file changed
buildSrc/src/main/kotlin/bluemap.base.gradle.kts
@@ -32,7 +32,7 @@ tasks.withType(AbstractArchiveTask::class).configureEach {
32
}
33
34
java {
35
- toolchain.languageVersion = JavaLanguageVersion.of(21)
+ toolchain.languageVersion = JavaLanguageVersion.of(25)
36
withSourcesJar()
37
withJavadocJar()
38
0 commit comments