소스 검색

更新脚本

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
 }
 
 ###############################################################################