Skip to content

Commit

Permalink
1.2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
acharneski committed Nov 10, 2023
1 parent baa7804 commit 3320200
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,14 @@ tasks.named("processResources") {
}

kotlin {
// jvmToolchain(11)
jvmToolchain(17)
}

tasks {
compileKotlin {
kotlinOptions {
javaParameters = true
jvmTarget = "1.8"
jvmTarget = "17"
}
}

Expand Down

0 comments on commit 3320200

Please sign in to comment.