Browse Source

Replace initial gradle build with compileJava

Greg Turnquist 11 năm trước cách đây
mục cha
commit
3d15d552e5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      test/run.sh

+ 1 - 1
test/run.sh

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