summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/gradle/gradle.properties
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/gradle/gradle.properties')
-rw-r--r--src/3rdparty/gradle/gradle.properties6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/3rdparty/gradle/gradle.properties b/src/3rdparty/gradle/gradle.properties
index 554f6aeba1..fded106b17 100644
--- a/src/3rdparty/gradle/gradle.properties
+++ b/src/3rdparty/gradle/gradle.properties
@@ -5,5 +5,7 @@
# The setting is particularly useful for tweaking memory settings.
org.gradle.jvmargs=-Xmx2048m
-# Enable Gradle caching
-org.gradle.caching=true
+# Gradle caching allows reusing the build artifacts from a previous
+# build with the same inputs. However, over time, the cache size will
+# grow. Uncomment the following line to enable it.
+#org.gradle.caching=true