Skip to content

Commit

Permalink
bump Kotlin 1.8.0->1.8.22 and re-add -Xjdk-release=1.8 in `maestro-…
Browse files Browse the repository at this point in the history
…client`
  • Loading branch information
bartekpacia committed Aug 12, 2024
1 parent 4e07355 commit 51684ed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jackson = "2.17.1"
jansi = "2.4.1"
jarchivelib = "1.2.0"
junit = "5.10.2"
kotlin = "1.8.0"
kotlin = "1.8.22"
kotlinResult = "1.1.18"
ktor = "2.3.6"
mozillaRhino = "1.7.14"
Expand Down
11 changes: 5 additions & 6 deletions maestro-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,11 @@ java {
targetCompatibility = JavaVersion.VERSION_1_8
}

// Causes weird failures
//tasks.named("compileKotlin", KotlinCompilationTask) {
// compilerOptions {
// freeCompilerArgs.addAll("-Xjdk-release=1.8")
// }
//}
tasks.named("compileKotlin", KotlinCompilationTask) {
compilerOptions {
freeCompilerArgs.addAll("-Xjdk-release=1.8")
}
}

plugins.withId("com.vanniktech.maven.publish") {
mavenPublish {
Expand Down

0 comments on commit 51684ed

Please sign in to comment.