updated dependencies
Some checks failed
CI / build (push) Failing after 6s

This commit is contained in:
2026-03-12 21:32:18 +08:00
parent bd1bc9c997
commit 3b5c261c2d
14 changed files with 703 additions and 63 deletions

View File

@@ -1,7 +1,6 @@
plugins {
id 'jacoco'
id 'maven-publish'
alias catalog.plugins.multi.release.jar
alias catalog.plugins.envelope apply false
alias catalog.plugins.lombok apply false
}
@@ -17,8 +16,8 @@ allprojects {
java {
modularity.inferModulePath = true
toolchain {
languageVersion = JavaLanguageVersion.of(21)
vendor = JvmVendorSpec.ORACLE
languageVersion = JavaLanguageVersion.of(25)
vendor = JvmVendorSpec.GRAAL_VM
}
}
@@ -48,10 +47,12 @@ allprojects {
dependencies {
implementation catalog.xz
compileOnly catalog.lombok
testImplementation catalog.junit.jupiter.api
testImplementation catalog.junit.jupiter.params
testRuntimeOnly catalog.junit.jupiter.engine
testRuntimeOnly catalog.junit.platform.launcher
}
test {