[repo] Enable warnings as errors for Gradle Kotlin scripts

This commit is contained in:
Yahor Berdnikau
2023-07-03 10:26:29 +02:00
committed by Space Team
parent ed8fc64257
commit 73f6316f27
6 changed files with 11 additions and 10 deletions
+1
View File
@@ -7,6 +7,7 @@ kotlin.incremental.useClasspathSnapshot=true
org.gradle.parallel=true
org.gradle.caching=true
org.gradle.kotlin.dsl.allWarningsAsErrors=true
# Please keep it in sync with buildSrc gradle.properties.
# It's currently needed for proper configuration cache work, the reason will be investigated later