mirror of https://github.com/apache/lucene.git
LUCENE-10195: add commented-out org.gradle.caching=true to the generated local settings.
This commit is contained in:
parent
2a7dd4d7dc
commit
1a38cac68e
|
@ -55,6 +55,11 @@ org.gradle.jvmargs=-Xmx3g \\
|
|||
org.gradle.parallel=true
|
||||
org.gradle.priority=normal
|
||||
|
||||
# This setting enables local task output caches. This will speed up
|
||||
# your local builds in most cases but will also consume disk space in your
|
||||
# gradle home. See LUCENE-10195 and/or SOLR-15603 for details.
|
||||
# org.gradle.caching=true
|
||||
|
||||
# Silence gradle warnings. We'll deal with them when we upgrade the wrapper.
|
||||
org.gradle.warning.mode=none
|
||||
|
||||
|
|
Loading…
Reference in New Issue