1
0
mirror of synced 2026-05-22 13:23:17 +00:00

SEC-1906: Fix EmmaPlugin for Gradle 1.0

This commit is contained in:
Rob Winch
2012-07-05 22:57:16 -05:00
parent a6bded86c2
commit d14150c2e1
3 changed files with 3 additions and 3 deletions
Vendored
+1 -1
View File
@@ -7,7 +7,7 @@
##############################################################################
# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
DEFAULT_JVM_OPTS="-XX:MaxPermSize=256M"
DEFAULT_JVM_OPTS="-Xmx1024M -XX:MaxPermSize=256M"
APP_NAME="Gradle"
APP_BASE_NAME=`basename "$0"`