Skip to content

Commit

Permalink
chore(java): Full jaa 17 only
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmcintosh committed Nov 13, 2024
1 parent 64cb19c commit 573b6ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/kotlin.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ dependencies {
compileKotlin {
kotlinOptions {
languageVersion = "1.6"
jvmTarget = "11"
jvmTarget = "17"
}
}

compileTestKotlin {
kotlinOptions {
languageVersion = "1.6"
jvmTarget = "11"
jvmTarget = "17"
}
}

Expand Down

0 comments on commit 573b6ea

Please sign in to comment.