Skip to content

Commit

Permalink
tst
Browse files Browse the repository at this point in the history
  • Loading branch information
ellizio committed Aug 21, 2024
1 parent 310cefe commit 69a5b8b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@ sourceSets {
}
}

tasks.compileJava {
sourceCompatibility = JavaVersion.VERSION_21.toString()
targetCompatibility = JavaVersion.VERSION_21.toString()
}

tasks.compileKotlin {
kotlinOptions { jvmTarget = "21" }
}
Expand Down

0 comments on commit 69a5b8b

Please sign in to comment.