update a bunch of stuff in gradle

This commit is contained in:
alexcrea 2026-08-16 10:21:09 +02:00
parent ca89b0d095
commit 6ea8430247
Signed by: alexcrea
GPG key ID: E59DF23EE2A2266C
12 changed files with 19 additions and 19 deletions

View file

@ -28,7 +28,7 @@ tasks.withType<JavaCompile>().configureEach {
kotlin {
compilerOptions {
apiVersion.set(org.jetbrains.kotlin.gradle.dsl.KotlinVersion.KOTLIN_2_2)
apiVersion.set(org.jetbrains.kotlin.gradle.dsl.KotlinVersion.KOTLIN_2_4)
jvmTarget.set(JvmTarget.JVM_21)
}
}