Sfoglia il codice sorgente

Replace initial gradle build with compileJava

Greg Turnquist 10 anni fa
parent
commit
f81160584e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      test/run.sh

+ 1
- 1
test/run.sh Vedi File

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