moved to GraalVM CE
All checks were successful
CI / build (push) Successful in 15m34s

This commit is contained in:
2025-03-03 15:58:31 +08:00
parent 31ce34cddb
commit 4aced1c717
3 changed files with 8 additions and 8 deletions

View File

@@ -38,8 +38,8 @@ allprojects { subproject ->
withSourcesJar()
modularity.inferModulePath = true
toolchain {
languageVersion = JavaLanguageVersion.of(23)
vendor = JvmVendorSpec.ORACLE
languageVersion = JavaLanguageVersion.of(21)
vendor = JvmVendorSpec.GRAAL_VM
}
}