Explorar o código

Replace initial gradle build with compileJava

Greg Turnquist %!s(int64=11) %!d(string=hai) anos
pai
achega
3d15d552e5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      test/run.sh

+ 1 - 1
test/run.sh

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