فهرست منبع

demo-deploy.sh

lizw 2 سال پیش
والد
کامیت
7899fdf660
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      wms8-demo/demo-deploy.sh

+ 1 - 1
wms8-demo/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 ""
 }