1
0
mirror of synced 2026-05-22 21:33:16 +00:00

gradlew disables Gradle Daemon

Fixes gh-4093
This commit is contained in:
Rob Winch
2016-10-17 09:20:47 -05:00
parent 48ff518a41
commit a18707c870
2 changed files with 3 additions and 1 deletions
Vendored
+2 -1
View File
@@ -7,7 +7,8 @@
##############################################################################
# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
DEFAULT_JVM_OPTS="-Xmx1024M -XX:MaxPermSize=512M"
DEFAULT_JVM_OPTS="-Xmx2048M -XX:MaxPermSize=512M"
export GRADLE_OPTS='-Dorg.gradle.daemon=false'
APP_NAME="Gradle"
APP_BASE_NAME=`basename "$0"`