Update gradle

This commit is contained in:
Fredrik Fornwall
2016-04-28 11:07:43 +02:00
parent 46da1fc833
commit afaa91b2ca
5 changed files with 29 additions and 24 deletions

View File

@@ -11,6 +11,7 @@
# The setting is particularly useful for tweaking memory settings.
# Default value: -Xmx10248m -XX:MaxPermSize=256m
# org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
org.gradle.jvmargs=-Xmx2048M
# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit