Skip to content

Commit

Permalink
Remove jvmToolchain so everyone can use their default (#12388)
Browse files Browse the repository at this point in the history
  • Loading branch information
yairm210 authored Nov 1, 2024
1 parent 09091d2 commit 3ef5442
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ sourceSets {
}

kotlin {
jvmToolchain(17)

target {
compilations.all {
kotlinOptions.jvmTarget = JavaVersion.VERSION_1_8.toString()
Expand Down
2 changes: 0 additions & 2 deletions desktop/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ sourceSets {
}

kotlin {
jvmToolchain(17)

target {
compilations.all {
kotlinOptions.jvmTarget = JavaVersion.VERSION_1_8.toString()
Expand Down

0 comments on commit 3ef5442

Please sign in to comment.