Migrate to maven wrapper.

上级 8b0dd43b
......@@ -3,7 +3,7 @@ cd $(dirname $0)
cd ../complete
mvn clean package
./mvnw clean package
ret=$?
if [ $ret -ne 0 ]; then
exit $ret
......@@ -19,7 +19,7 @@ rm -rf build
cd ../initial
mvn clean compile
./mvnw clean compile
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.
先完成此消息的编辑!
想要评论请 注册