mirror of
https://github.com/yairm210/Unciv.git
synced 2024-12-22 16:14:24 +07:00
Remove jvmToolchain so everyone can use their default (#12388)
This commit is contained in:
parent
09091d2a44
commit
3ef5442c38
@ -10,8 +10,6 @@ sourceSets {
|
||||
}
|
||||
|
||||
kotlin {
|
||||
jvmToolchain(17)
|
||||
|
||||
target {
|
||||
compilations.all {
|
||||
kotlinOptions.jvmTarget = JavaVersion.VERSION_1_8.toString()
|
||||
|
@ -13,8 +13,6 @@ sourceSets {
|
||||
}
|
||||
|
||||
kotlin {
|
||||
jvmToolchain(17)
|
||||
|
||||
target {
|
||||
compilations.all {
|
||||
kotlinOptions.jvmTarget = JavaVersion.VERSION_1_8.toString()
|
||||
|
Loading…
Reference in New Issue
Block a user