Remove jvmToolchain so everyone can use their default (#12388)

This commit is contained in:
Yair Morgenstern 2024-11-01 11:48:33 +02:00 committed by GitHub
parent 09091d2a44
commit 3ef5442c38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 4 deletions

View File

@ -10,8 +10,6 @@ sourceSets {
}
kotlin {
jvmToolchain(17)
target {
compilations.all {
kotlinOptions.jvmTarget = JavaVersion.VERSION_1_8.toString()

View File

@ -13,8 +13,6 @@ sourceSets {
}
kotlin {
jvmToolchain(17)
target {
compilations.all {
kotlinOptions.jvmTarget = JavaVersion.VERSION_1_8.toString()