fixed gitea build
All checks were successful
CI / build (push) Successful in 2m20s

This commit is contained in:
2024-12-31 22:34:39 +08:00
parent b3dce6d691
commit 8af4a84e49
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ allprojects {
java {
toolchain {
languageVersion = JavaLanguageVersion.of(21)
vendor = JvmVendorSpec.GRAAL_VM
vendor = JvmVendorSpec.ORACLE
}
}