Skip to content

Commit 948d035

Browse files
committed
Fail build on Kotlin DSL compilation warnings
1 parent 151b01d commit 948d035

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ org.gradle.jvmargs=-Xmx1g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryEr
2222
org.gradle.caching=true
2323
org.gradle.parallel=true
2424
org.gradle.java.installations.fromEnv=JDK8,JDK18,JDK19,JDK20,JDK21
25+
org.gradle.kotlin.dsl.allWarningsAsErrors=true
2526

2627
# Test Distribution
2728
gradle.internal.testdistribution.writeTraceFile=true

0 commit comments

Comments
 (0)