Browse Source

14yvan-workbench-app.sh

master
lizw 11 months ago
parent
commit
7833929667
  1. 5
      hua_wei_yun/14yvan-workbench-app.sh

5
hua_wei_yun/14yvan-workbench-app.sh

@ -112,8 +112,9 @@ buildCode() {
# 构建 java # 构建 java
echo -e "$echoPrefix cd $codePath $echoSuffix" echo -e "$echoPrefix cd $codePath $echoSuffix"
cd $codePath cd $codePath
echo -e "$echoPrefix gradle build -x test $echoSuffix" chmod +x gradlew
gradle build -x test echo -e "$echoPrefix ./gradlew build -x test $echoSuffix"
./gradlew build -x test
echo "" echo ""
} }

Loading…
Cancel
Save