|
@@ -68,8 +68,8 @@ buildCode() {
|
|
cd $codePath
|
|
cd $codePath
|
|
echo -e "$echoPrefix chmod +x gradlew $echoSuffix"
|
|
echo -e "$echoPrefix chmod +x gradlew $echoSuffix"
|
|
chmod +x gradlew
|
|
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 ""
|
|
echo ""
|
|
}
|
|
}
|
|
|
|
|