updated third party library dependencies
CI / Build and Test (push) Failing after 1m34s

This commit is contained in:
2026-06-19 23:12:09 +08:00
parent 3f2666fe7e
commit b89c188bb5
8 changed files with 56 additions and 59 deletions
+2 -3
View File
@@ -9,7 +9,7 @@ plugins {
alias(catalog.plugins.finalguard)
}
finalGuard {
finalguard {
// defaultLevel = Diagnostic.Kind.ERROR
methodParameterLevel = Diagnostic.Kind.ERROR
// lambdaParameterLevel = Diagnostic.Kind.ERROR
@@ -38,8 +38,7 @@ allprojects {
java {
toolchain {
languageVersion = JavaLanguageVersion.of(21)
vendor = JvmVendorSpec.ORACLE
languageVersion = JavaLanguageVersion.of(25)
}
modularity.inferModulePath = true
}