Browse Source

Suppress Gradle deprecation warnings in the console output (#52332)

Mark Vieira 5 years ago
parent
commit
cd2fc978f2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      gradle.properties

+ 1 - 0
gradle.properties

@@ -1,3 +1,4 @@
+org.gradle.warning.mode=none
 org.gradle.daemon=true
 org.gradle.jvmargs=-Xmx3g -XX:+HeapDumpOnOutOfMemoryError -Xss2m
 options.forkOptions.memoryMaximumSize=2g