File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 11pluginManagement {
22 repositories {
3- mavenCentral()
4- maven { url " https://maven.aliyun.com/repository/jcenter" }
53 maven { url " https://maven.aliyun.com/repository/public" }
64 google()
5+ mavenCentral()
76 gradlePluginPortal()
87 }
98}
109dependencyResolutionManagement {
1110 repositoriesMode. set(RepositoriesMode . FAIL_ON_PROJECT_REPOS )
1211 repositories {
12+ maven { url " https://maven.aliyun.com/repository/public" }
13+ google()
1314 mavenCentral()
14- maven { url " https://maven.aliyun.com/repository/google" }
1515 maven { url " https://maven.aliyun.com/repository/public" }
16- maven { url " https://maven.aliyun.com/repository/jcenter" }
1716 maven { url " https://jitpack.io" }
1817 maven {
1918 url ' http://maven.faceunity.com/repository/maven-public/'
2019 allowInsecureProtocol = true
2120 }
22- google()
2321 }
2422}
2523rootProject. name= ' APIExample'
You can’t perform that action at this time.
0 commit comments