mirror of
https://github.com/apache/lucene.git
synced 2025-02-22 01:56:16 +00:00
Silence gradle warnings. We'll deal with them when we upgrade the wrapper.
This commit is contained in:
parent
10baa68b60
commit
cf51dfdb37
@ -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}",
|
||||
|
Loading…
x
Reference in New Issue
Block a user