moved to GraalVM CE
Some checks failed
CI / build (push) Failing after 31s

This commit is contained in:
2025-03-03 15:58:31 +08:00
parent 31ce34cddb
commit ca2abf4ea0
2 changed files with 7 additions and 7 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
}
}