Skip to content

Commit

Permalink
Use JDK 21
Browse files Browse the repository at this point in the history
  • Loading branch information
pcvolkmer committed Jul 1, 2024
1 parent 2ce665a commit af8a186
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ group = "de.ukw.ccc"
version = "0.0.2-SNAPSHOT"

java {
sourceCompatibility = JavaVersion.VERSION_17
sourceCompatibility = JavaVersion.VERSION_21
}

configurations {
Expand Down Expand Up @@ -50,7 +50,7 @@ dependencies {
tasks.withType<KotlinCompile> {
compilerOptions {
freeCompilerArgs.add("-Xjsr305=strict")
jvmTarget.set(JvmTarget.JVM_17)
jvmTarget.set(JvmTarget.JVM_21)
}
}

Expand Down

0 comments on commit af8a186

Please sign in to comment.