summaryrefslogtreecommitdiffstats
path: root/src/3rdparty
diff options
context:
space:
mode:
authorAssam Boudjelthia <assam.boudjelthia@qt.io>2020-10-22 18:11:21 +0300
committerAssam Boudjelthia <assam.boudjelthia@qt.io>2020-10-29 07:59:32 +0000
commit90912b657edf27d40aa1a8ac8fbc3bae8d285e25 (patch)
tree5218f073bb2746a8e48d4e1924da771a882f41ea /src/3rdparty
parent2ff546e03087f7f962d8a20a60ceb98cd62d34a6 (diff)
Android: disable Gradle caching by default
If enabled by default, the cache size will grow quickly, especially if multiple different projects are managed every day. Keep the option commented, which can be enabled manually by the user. Pick-to: 5.15.2 Change-Id: I6d4a67f4f1bb3e37b02de7ff4c534ec4d006f9a3 Reviewed-by: Ville Voutilainen <ville.voutilainen@qt.io> Reviewed-by: Rami Potinkara <rami.potinkara@qt.io>
Diffstat (limited to 'src/3rdparty')
-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