File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11pluginManagement {
22 repositories {
3+ mavenCentral()
34 maven { url " https://maven.aliyun.com/repository/jcenter" }
45 maven { url " https://maven.aliyun.com/repository/public" }
56 gradlePluginPortal()
67 google()
7- mavenCentral()
88 }
99}
1010dependencyResolutionManagement {
1111 repositoriesMode. set(RepositoriesMode . FAIL_ON_PROJECT_REPOS )
1212 repositories {
13+ mavenCentral()
14+ maven { url " https://jitpack.io" }
1315 maven { url " https://maven.aliyun.com/repository/public" }
1416 maven { url " https://maven.aliyun.com/repository/google" }
1517 maven { url " https://maven.aliyun.com/repository/jcenter" }
16- maven { url " https://jitpack.io" }
1718 google()
18- mavenCentral()
1919 }
2020}
2121rootProject. name= ' APIExample'
You can’t perform that action at this time.
0 commit comments