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.properties9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/3rdparty/gradle/gradle.properties b/src/3rdparty/gradle/gradle.properties
new file mode 100644
index 0000000000..554f6aeba1
--- /dev/null
+++ b/src/3rdparty/gradle/gradle.properties
@@ -0,0 +1,9 @@
+# Project-wide Gradle settings.
+# For more details on how to configure your build environment visit
+# http://www.gradle.org/docs/current/userguide/build_environment.html
+# Specifies the JVM arguments used for the daemon process.
+# The setting is particularly useful for tweaking memory settings.
+org.gradle.jvmargs=-Xmx2048m
+
+# Enable Gradle caching
+org.gradle.caching=true