Add Aliyun Maven mirrors for faster dependency resolution

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
xfy 2026-05-15 15:49:51 +08:00
parent 9648afc561
commit 36debfd4a5

View File

@ -3,6 +3,9 @@ enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
pluginManagement {
repositories {
maven("https://maven.aliyun.com/repository/gradle-plugin")
maven("https://maven.aliyun.com/repository/google")
maven("https://maven.aliyun.com/repository/central")
google {
mavenContent {
includeGroupAndSubgroups("androidx")
@ -17,6 +20,8 @@ pluginManagement {
dependencyResolutionManagement {
repositories {
maven("https://maven.aliyun.com/repository/google")
maven("https://maven.aliyun.com/repository/central")
google {
mavenContent {
includeGroupAndSubgroups("androidx")