Skip to content

Commit d152a09

Browse files
committed
mavenCentral
1 parent 71ee6c9 commit d152a09

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ buildscript {
66
//aliyun public包含了mavenCentral和jcenter
77
maven { url 'https://maven.aliyun.com/repository/public' }
88
maven { url 'https://maven.aliyun.com/repository/google' }
9+
maven { url 'https://maven.aliyun.com/repository/central' }
910
maven { url 'https://maven.aliyun.com/repository/gradle-plugin' }
1011
maven { url 'https://jitpack.io' }
1112
}
@@ -25,6 +26,7 @@ allprojects {
2526
//aliyun public包含了mavenCentral和jcenter
2627
maven { url 'https://maven.aliyun.com/repository/public' }
2728
maven { url 'https://maven.aliyun.com/repository/google' }
29+
maven { url 'https://maven.aliyun.com/repository/central' }
2830
maven { url 'https://jitpack.io' }
2931
}
3032
}

0 commit comments

Comments
 (0)