diff --git a/wms8-demo/deploy.sh b/wms8-demo/deploy.sh index 5f1d57c..2d46d8a 100644 --- a/wms8-demo/deploy.sh +++ b/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 "" }