From fd305fd8d64da9eed6c21276c1d8a926fcd1ef68 Mon Sep 17 00:00:00 2001 From: lizw <1183409807@qq.com> Date: Wed, 2 Nov 2022 15:23:26 +0800 Subject: [PATCH] 09api-gateway.sh --- 00base/09api-gateway.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/00base/09api-gateway.sh b/00base/09api-gateway.sh index de74891..80686ba 100644 --- a/00base/09api-gateway.sh +++ b/00base/09api-gateway.sh @@ -68,8 +68,8 @@ buildCode() { cd $codePath echo -e "$echoPrefix chmod +x gradlew $echoSuffix" chmod +x gradlew - echo -e "$echoPrefix ./gradle build -x test $echoSuffix" - ./gradle build -x test + echo -e "$echoPrefix ./gradlew build -x test $echoSuffix" + ./gradlew build -x test echo "" }