tmp
CI / Build and Test (push) Successful in 2m19s

This commit is contained in:
2026-06-19 23:12:09 +08:00
parent 9226965744
commit 5ed17e72dc
2 changed files with 8 additions and 8 deletions
+1 -2
View File
@@ -38,8 +38,7 @@ allprojects {
java {
toolchain {
languageVersion = JavaLanguageVersion.of(21)
vendor = JvmVendorSpec.ORACLE
languageVersion = JavaLanguageVersion.of(25)
}
modularity.inferModulePath = true
}