Files
sdkman-cli/build.sh
Marco Vermeulen 63e2d67201 Revert "Invoke gradle with daemon flag."
This reverts commit c6e5035837.
2012-11-01 20:45:40 +00:00

6 lines
154 B
Bash
Executable File

#!/bin/bash
export JAVA_HOME=$(/usr/libexec/java_home -v1.7)
export GVM_SERVICE="http://localhost:8080"
export GVM_DIR="/tmp/gvm"
./gradlew -i clean test