Replace initial gradle build with compileJava

This commit is contained in:
Greg Turnquist 2014-02-19 09:27:34 -06:00
parent 0b25ed6092
commit 8642111884
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ if [ $ret -ne 0 ]; then
fi
rm -rf target
./gradlew build
./gradlew compileJava
ret=$?
if [ $ret -ne 0 ]; then
exit $ret