Thanks much !
hdockter wrote: > > > On Nov 21, 2008, at 5:20 PM, Bishow wrote: > >> >> 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. > > Sorry that the doc is not clear enough. You can either set the > GRADLE_OPTS in the GRADLE_HOME/bin/gradle.exe(bat) script. Or you can > set GRADLE_OPTS as an environment variable. > > - Hans > > > -- > Hans Dockter > Gradle Project lead > http://www.gradle.org > > > > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > > > -- View this message in context: http://www.nabble.com/How-do-we-add-runtime-JVM-options-on-our-gradle-build-script-on-unix---tp20624473p20627805.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
