Skip to content

Commit fc9b629

Browse files
committed
update maven aliyun
1 parent 4da4f3b commit fc9b629

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

settings.gradle.kts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ pluginManagement {
77
includeGroupByRegex("androidx.*")
88
}
99
}
10+
maven {
11+
url = uri("https://maven.aliyun.com/repository/public")
12+
}
13+
1014
mavenCentral()
1115
gradlePluginPortal()
1216
}
@@ -15,6 +19,9 @@ dependencyResolutionManagement {
1519
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
1620
repositories {
1721
google()
22+
maven {
23+
url = uri("https://maven.aliyun.com/repository/public")
24+
}
1825
mavenCentral()
1926
}
2027
}

0 commit comments

Comments
 (0)