浏览代码

wms8-demo

lizw 3 年之前
父节点
当前提交
1e3bf5a37e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      wms8-demo/deploy.sh

+ 1 - 1
wms8-demo/deploy.sh

@@ -104,7 +104,7 @@ buildCode() {
   echo -e "$echoPrefix cd $codePath $echoSuffix"
   cd $codePath
   echo -e "$echoPrefix gradle build -x test $echoSuffix"
-  gradle build -x test
+  /home/dev/gradle-6.8.3/bin/gradle build -x test
   echo ""
 }