Sfoglia il codice sorgente

Replace initial gradle build with compileJava

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

+ 1
- 1
test/run.sh Vedi File

@@ -37,7 +37,7 @@ exit $ret
37 37
 fi
38 38
 rm -rf target
39 39
 
40
-./gradlew build
40
+./gradlew compileJava
41 41
 ret=$?
42 42
 if [ $ret -ne 0 ]; then
43 43
 exit $ret