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 8479d34
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions buildSrc/build.gradle.kts
@@ -1,5 +1,3 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
`kotlin-dsl`
}
Expand All @@ -25,19 +23,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 8479d34

Please sign in to comment.