Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
RTAkland committed Jun 9, 2024
1 parent ff22a01 commit 9e250fb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,9 @@ repositories {

tasks.compileKotlin {
compilerOptions.jvmTarget = JvmTarget.JVM_17
}

tasks.compileJava {
sourceCompatibility = "17"
targetCompatibility = "17"
}

0 comments on commit 9e250fb

Please sign in to comment.