reghao hace 1 año
padre
commit
ef135967af
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
 }
 
 ###############################################################################