File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed
Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22buildscript {
33 repositories {
4- // mirrors for china
5- maven(" https://maven.aliyun.com/repository/public" )
6- maven(" https://maven.aliyun.com/repository/google" )
7-
84 google()
95 mavenCentral()
106 }
@@ -18,7 +14,7 @@ buildscript {
1814 }
1915}
2016
21- allprojects {
17+ @Suppress( " JcenterRepositoryObsolete " ) allprojects {
2218 repositories {
2319 maven {
2420 url = uri(" https://maven.pkg.github.com/ichenhe/Actions-Mars" )
@@ -29,12 +25,9 @@ allprojects {
2925 }
3026 }
3127
32- // mirrors for china
33- maven(" https://maven.aliyun.com/repository/public" )
34- maven(" https://maven.aliyun.com/repository/google" )
35-
3628 maven(" https://jitpack.io" )
3729 mavenCentral()
30+ jcenter()
3831 google()
3932 }
4033
You can’t perform that action at this time.
0 commit comments