running
This commit is contained in:
parent
e5aa1b06ee
commit
8536037e82
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
for gfile in $(find . -name "build.gradle")
|
for gfile in $(find . -name "build.gradle")
|
||||||
do
|
do
|
||||||
if [[ $1='cl' ]];then
|
if [[ $1 = cl ]];then
|
||||||
|
|
||||||
gradle -b $gfile clean;
|
gradle -b $gfile clean;
|
||||||
echo -e "\033[32m----------------- $gfile 模块 清理 成功 ---------------------- \033[0m"
|
echo -e "\033[32m----------------- $gfile 模块 清理 成功 ---------------------- \033[0m"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue