reghao 1 سال پیش
والد
کامیت
ef135967af
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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
 }
 
 ###############################################################################