Skip to content

Commit

Permalink
maestro-client: remove -Xjdk-release=1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Aug 12, 2024
1 parent b8fe664 commit 4e07355
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions maestro-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,12 @@ java {
targetCompatibility = JavaVersion.VERSION_1_8
}

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

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

0 comments on commit 4e07355

Please sign in to comment.