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 1
1
pluginManagement {
2
2
repositories {
3
+ mavenCentral()
3
4
maven { url " https://maven.aliyun.com/repository/jcenter" }
4
5
maven { url " https://maven.aliyun.com/repository/public" }
5
6
gradlePluginPortal()
6
7
google()
7
- mavenCentral()
8
8
}
9
9
}
10
10
dependencyResolutionManagement {
11
11
repositoriesMode. set(RepositoriesMode . FAIL_ON_PROJECT_REPOS )
12
12
repositories {
13
+ mavenCentral()
14
+ maven { url " https://jitpack.io" }
13
15
maven { url " https://maven.aliyun.com/repository/public" }
14
16
maven { url " https://maven.aliyun.com/repository/google" }
15
17
maven { url " https://maven.aliyun.com/repository/jcenter" }
16
- maven { url " https://jitpack.io" }
17
18
google()
18
- mavenCentral()
19
19
}
20
20
}
21
21
rootProject. name= ' APIExample'
You can’t perform that action at this time.
0 commit comments