Skip to content

Commit

Permalink
remove Java version/target/toolchain from buildSrc - it should be inh…
Browse files Browse the repository at this point in the history
…erited from the root project
  • Loading branch information
aSemy committed Sep 19, 2023
1 parent ffdf8ff commit 44b4ac8
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions buildSrc/build.gradle.kts
Expand Up @@ -25,19 +25,3 @@ dependencies {

implementation("org.jetbrains.kotlinx:binary-compatibility-validator:$binaryCompatibilityValidator")
}

tasks.withType<KotlinCompile>().configureEach {
kotlinOptions {
jvmTarget = "11"
}
}

kotlin {
jvmToolchain {
languageVersion.set(JavaLanguageVersion.of(11))
}
}

kotlinDslPluginOptions {
jvmTarget.set("11")
}

0 comments on commit 44b4ac8

Please sign in to comment.