Skip to content

Commit ed2a97f

Browse files
committed
build: add aliyun repository and reorder repositories
1 parent 0956b96 commit ed2a97f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@ subprojects {
2727
sourceCompatibility = targetCompatibility = JavaVersion.VERSION_17
2828

2929
repositories {
30-
mavenLocal()
31-
mavenCentral()
30+
maven { url 'https://maven.aliyun.com/repository/public' }
3231
maven { url 'https://jitpack.io' }
32+
mavenCentral()
33+
mavenLocal()
3334
}
3435

3536
dependencies {

0 commit comments

Comments
 (0)