mirror of
https://gitee.com/y_project/RuoYi-Cloud.git
synced 2026-02-01 14:31:56 +08:00
running
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user