diff --git a/build.sh b/build.sh index 4d9d8be7..a88106a4 100755 --- a/build.sh +++ b/build.sh @@ -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