提交 f8116058 编写于 作者: G Greg Turnquist

Replace initial gradle build with compileJava

上级 9e747150
......@@ -26,7 +26,7 @@ exit $ret
fi
rm -rf target
./gradlew build
./gradlew compileJava
ret=$?
if [ $ret -ne 0 ]; then
exit $ret
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册