From 7899fdf66041353722120825a5cd3791d7eebad6 Mon Sep 17 00:00:00 2001 From: lizw <1183409807@qq.com> Date: Fri, 2 Sep 2022 17:05:18 +0800 Subject: [PATCH] demo-deploy.sh --- wms8-demo/demo-deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wms8-demo/demo-deploy.sh b/wms8-demo/demo-deploy.sh index 08a42ec..9169242 100644 --- a/wms8-demo/demo-deploy.sh +++ b/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 "" }