LUCENE-10195: add commented-out org.gradle.caching=true to the generated local settings.

This commit is contained in:
Dawid Weiss 2021-11-01 21:09:09 +01:00
parent 2a7dd4d7dc
commit 1a38cac68e
1 changed files with 5 additions and 0 deletions

View File

@ -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