Invoke gradle with daemon flag.

This commit is contained in:
Marco Vermeulen
2012-11-01 17:08:48 +00:00
parent 426a0a980f
commit c6e5035837

View File

@@ -2,4 +2,4 @@
export JAVA_HOME="/Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents/Home"
export GVM_SERVICE="http://localhost:8080"
export GVM_DIR="/tmp/gvm"
./gradlew -i clean test
./gradlew --daemon -i clean test