[repo] Enable warnings as errors for Gradle Kotlin scripts
This commit is contained in:
committed by
Space Team
parent
ed8fc64257
commit
73f6316f27
@@ -2,4 +2,6 @@ kotlin.build.gradlePlugin.version=0.0.39
|
||||
kotlin.options.suppressFreeCompilerArgsModificationWarning=true
|
||||
cacheRedirectorEnabled=true
|
||||
# Should be in sync with ":kotlin-daemon-config" project convention script configuration
|
||||
kotlin.daemon.jvmargs=-Xmx3g
|
||||
kotlin.daemon.jvmargs=-Xmx3g
|
||||
|
||||
org.gradle.kotlin.dsl.allWarningsAsErrors=true
|
||||
|
||||
Reference in New Issue
Block a user