Ver Fonte

更新脚本

reghao há 1 ano atrás
pai
commit
ef135967af
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      zzz/build_jar.sh

+ 1 - 1
zzz/build_jar.sh

@@ -15,7 +15,7 @@ build_dependencies() {
   cd ${proj_dir}
   git clone https://git.reghao.cn/reghao/jutil
   cd jutil
-  mvn clean install package -Dmaven.test.skip=true
+  mvn clean install -Dmaven.test.skip=true
 }
 
 ###############################################################################