How do we add runtime JVM options on our gradle build script on unix ? There is a hint about it on http://www.gradle.org/getting-started.html
It tried the following two options on my build.gradle file GRADLE_OPTS="Xmx512" set GRADLE_OPTS="-Xmx512" But both didn't work. Any help is appreciated. Thank you, -- View this message in context: http://www.nabble.com/How-do-we-add-runtime-JVM-options-on-our-gradle-build-script-on-unix---tp20624473p20624473.html Sent from the gradle-user mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
