update to JDK 25
All checks were successful
CI / build (push) Successful in 4m21s

This commit is contained in:
2025-10-22 20:42:20 +08:00
parent ce8e93f9d5
commit 1ffe938c22
8 changed files with 22 additions and 14 deletions

View File

@@ -38,7 +38,7 @@ allprojects { subproject ->
withSourcesJar()
modularity.inferModulePath = true
toolchain {
languageVersion = JavaLanguageVersion.of(21)
languageVersion = JavaLanguageVersion.of(25)
}
}