Skip to content

Commit

Permalink
Remove ineffectual configuration
Browse files Browse the repository at this point in the history
The Kotlin compiler now displays a big warning for these options anyway
but since the `kotlin-dsl` will soon cease using them, we can safely
remove this option now.
  • Loading branch information
marcphilipp committed Dec 21, 2020
1 parent a8d08e0 commit 044f71c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ dependencies {
implementation("org.gradle:test-retry-gradle-plugin:1.2.0")
}

kotlinDslPluginOptions {
experimentalWarning.set(false)
}

tasks.withType<KotlinCompile>().configureEach {
kotlinOptions {
allWarningsAsErrors = true
Expand Down

0 comments on commit 044f71c

Please sign in to comment.