From 4e8a2064d428c14619fd6c435e2c347a0b9d95a0 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Sat, 21 Dec 2024 20:49:38 -0800 Subject: [PATCH] Enable org.gradle.warning.mode=fail --- gradle.properties | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index a25acd4da99a..e821eab85916 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,8 +6,7 @@ org.gradle.priority=low # Gradle default is 256m which causes issues with our build - https://docs.gradle.org/current/userguide/build_environment.html#sec:configuring_jvm_memory org.gradle.jvmargs=-XX:MaxMetaspaceSize=512m -# Currently causes failure when importing project in IntelliJ -# org.gradle.warning.mode=fail +org.gradle.warning.mode=fail # To allow caching more tasks in buildSrc project # This property is not mentioned in Gradle documentation