Do not require Grall VM for standard compilation
Some checks failed
CI / build (push) Failing after 48s

This commit is contained in:
2026-03-17 08:30:41 +08:00
parent c5a8814704
commit 1b4e3ddd94

View File

@@ -17,7 +17,6 @@ allprojects {
modularity.inferModulePath = true
toolchain {
languageVersion = JavaLanguageVersion.of(25)
vendor = JvmVendorSpec.GRAAL_VM
}
}