reghao hai 1 ano
pai
achega
ef135967af
Modificáronse 1 ficheiros con 1 adicións e 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
 }
 
 ###############################################################################