bump Gradle and lys-catalog versions
All checks were successful
CI / build (push) Successful in 3m30s

This commit is contained in:
2025-01-20 22:58:11 +08:00
parent 069e55aeb0
commit 29b5454459
7 changed files with 22 additions and 22 deletions

View File

@@ -18,7 +18,7 @@ allprojects {
modularity.inferModulePath = true
toolchain {
languageVersion = JavaLanguageVersion.of(21)
vendor = JvmVendorSpec.GRAAL_VM
vendor = JvmVendorSpec.ORACLE
}
}