mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-09 07:18:57 +07:00
SomeTrog's versioning test - compile on jdk 17 FOR jre 11, includes gradle upgrade (#11111)
This commit is contained in:
@ -13,7 +13,13 @@ sourceSets {
|
||||
}
|
||||
|
||||
kotlin {
|
||||
jvmToolchain(11)
|
||||
jvmToolchain(17)
|
||||
|
||||
target {
|
||||
compilations.all {
|
||||
kotlinOptions.jvmTarget = JavaVersion.VERSION_11.majorVersion
|
||||
}
|
||||
}
|
||||
}
|
||||
java {
|
||||
targetCompatibility = JavaVersion.VERSION_11
|
||||
|
Reference in New Issue
Block a user