File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed
Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -46,12 +46,6 @@ val testJavaVersion = typedProp<String>("test.java.version")?.let {
4646}
4747
4848allprojects {
49- if (rootProject.typedProp<Boolean >(" kotlinWarningsAsErrors" ) == true ) {
50- tasks.withType< org.jetbrains.kotlin.gradle.tasks.KotlinCompile > {
51- compilerOptions.allWarningsAsErrors = true
52- }
53- }
54-
5549 if (testJavaVersion != null ) {
5650 tasks.withType<Test > {
5751 // JDK8 tests fail with out of memory sometimes, not sure why...
Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile> {
3535 compilerOptions {
3636 jvmTarget.set(JvmTarget .JVM_1_8 )
3737 freeCompilerArgs.add(" -Xjdk-release=1.8" )
38- allWarningsAsErrors.set(false ) // FIXME Dokka bundles stdlib into the classpath, causing an unfixable warning
3938 }
4039}
4140
You can’t perform that action at this time.
0 commit comments