Update Gradle to 9.3.1, Netty to 4.2.10 and Kotlin to 2.3.10
Some checks failed
CI / build (push) Failing after 8s

This commit is contained in:
2026-02-20 06:17:36 +08:00
parent 5854a632f8
commit e9f9f23f91
6 changed files with 4 additions and 20 deletions

View File

@@ -55,7 +55,7 @@ allprojects { subproject ->
tasks.withType(JavaCompile) {
modularity.inferModulePath = true
options.release = 21
options.release = 25
}
tasks.named(JavaPlugin.COMPILE_JAVA_TASK_NAME, JavaCompile) {
@@ -80,7 +80,7 @@ allprojects { subproject ->
pluginManager.withPlugin(catalog.plugins.kotlin.jvm.get().pluginId) {
tasks.withType(KotlinCompile.class) {
compilerOptions.jvmTarget = JvmTarget.JVM_21
compilerOptions.jvmTarget = JvmTarget.JVM_25
}
}