diff --git a/test/run.sh b/test/run.sh index 63cfdbb5d3..29dd57b72d 100755 --- a/test/run.sh +++ b/test/run.sh @@ -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