diff --git a/.github/workflows/gitee-sync-shell.sh b/.github/workflows/gitee-sync-shell.sh index 84f24bcf6..c5728c2b9 100755 --- a/.github/workflows/gitee-sync-shell.sh +++ b/.github/workflows/gitee-sync-shell.sh @@ -5,7 +5,7 @@ git config --global user.name "sync2gitee" pwd git remote -v -change android maven to china repos +# change android maven to china repos sed -ie "s#google()#maven { url \"https\://maven.aliyun.com/repository/public\" }\n google()#g" Android/APIExample/settings.gradle sed -ie "s#https://services.gradle.org/distributions#https://mirrors.cloud.tencent.com/gradle#g" Android/APIExample/gradle/wrapper/gradle-wrapper.properties sed -ie "s#google()#maven { url \"https\://maven.aliyun.com/repository/public\" }\n google()#g" Android/APIExample-Audio/settings.gradle