update a bunch of stuff in gradle

This commit is contained in:
alexcrea 2026-08-16 10:21:09 +02:00
parent 55c0be20b4
commit 73134c81c2
Signed by: alexcrea
GPG key ID: E59DF23EE2A2266C
15 changed files with 22 additions and 22 deletions

View file

@ -29,7 +29,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_16)
}
}