Silence gradle warnings. We'll deal with them when we upgrade the wrapper.

This commit is contained in:
Dawid Weiss 2020-01-09 17:41:53 +01:00
parent 10baa68b60
commit cf51dfdb37
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ if (!hasDefaults) {
"org.gradle.jvmargs=-Xmx1g",
"org.gradle.parallel=true",
"org.gradle.priority=normal",
"org.gradle.warning.mode=none", // Silence gradle warnings. We'll deal with them when we upgrade the wrapper.
"",
"# Maximum number of parallel gradle workers.",
"org.gradle.workers.max=${maxWorkers}",