发布依赖

This commit is contained in:
陈云志
2020-12-23 18:38:38 +08:00
parent 9b9e75733f
commit 58a2dcd179
15 changed files with 81 additions and 21 deletions

View File

@@ -10,6 +10,11 @@ do
echo -e "\033[32m----------------- $gfile 模块 清理 成功 ---------------------- \033[0m"
else
gradle -b $gfile clean build -x test -DbuildProduct=true -DreleaseVersion=$1
if [ 0 -ne $? ] ; then
echo -e "\033[31m-----------------$gfile 模块编译失败导致产品编译失败! ------------ \033[0m";
continue;
fi
echo -e "\033[32m----------------- $gfile 模块编译成功 ---------------------- \033[0m"
fi