瀏覽代碼

09api-gateway.sh

lizw 2 年之前
父節點
當前提交
fd305fd8d6
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      00base/09api-gateway.sh

+ 2 - 2
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 ""
 }