Invoke gradlew from build.sh

This commit is contained in:
Marco Vermeulen
2012-09-14 21:36:59 +01:00
parent 9a956e0f10
commit f7fe6206f6

View File

@@ -1,4 +1,4 @@
#!/bin/bash
export GVM_SERVICE="http://localhost:8080"
export GVM_DIR="/tmp/gvm"
gradle -i clean test
./gradlew -i clean test