Skip to content

Commit 0e06137

Browse files
committed
For Train: allWarningsAsErrors = false
Until task KQA-2211 is done
1 parent 9e157b4 commit 0e06137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ fun version(target: String): String {
4040

4141
kotlin {
4242
compilerOptions {
43-
allWarningsAsErrors = true
43+
allWarningsAsErrors = false
4444
}
4545
}
4646

0 commit comments

Comments
 (0)