Skip to content

Commit

Permalink
fix gitee sync scrip bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
xgfd3 committed Apr 28, 2024
1 parent 7bda27b commit bd5476b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gitee-sync-shell.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bd5476b

Please sign in to comment.