Skip to content

Commit 4c9e6fb

Browse files
author
Chenhe
committed
remove maven china mirror
1 parent ddecba9 commit 4c9e6fb

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

build.gradle.kts

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
buildscript {
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

0 commit comments

Comments
 (0)