Skip to content

Commit

Permalink
Restore Java 1.8 target
Browse files Browse the repository at this point in the history
  • Loading branch information
psh committed Oct 15, 2023
1 parent 2cf49d6 commit 490b428
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repositories {
kotlin {
jvm {
compilations.all {
kotlinOptions.jvmTarget = "17"
kotlinOptions.jvmTarget = "1.8"
}

testRuns["test"].executionTask.configure {
Expand All @@ -28,10 +28,6 @@ kotlin {
linuxArm64()
mingwX64()

jvmToolchain {
languageVersion.set(JavaLanguageVersion.of(17))
}

sourceSets {
val commonMain by getting
val commonTest by getting {
Expand Down

0 comments on commit 490b428

Please sign in to comment.