Skip to content

Commit 4e8a206

Browse files
committed
Enable org.gradle.warning.mode=fail
1 parent 1ac3dee commit 4e8a206

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

gradle.properties

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ org.gradle.priority=low
66
# Gradle default is 256m which causes issues with our build - https://docs.gradle.org/current/userguide/build_environment.html#sec:configuring_jvm_memory
77
org.gradle.jvmargs=-XX:MaxMetaspaceSize=512m
88

9-
# Currently causes failure when importing project in IntelliJ
10-
# org.gradle.warning.mode=fail
9+
org.gradle.warning.mode=fail
1110

1211
# To allow caching more tasks in buildSrc project
1312
# This property is not mentioned in Gradle documentation

0 commit comments

Comments
 (0)