Skip to content

Commit 54137ef

Browse files
committed
build: update Maven repositories in build.gradle
- Remove SciJava repository - Add Aliyun public repository - Reorder repositories to prioritize Maven Central and Aliyun
1 parent 00224f8 commit 54137ef

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

build.gradle

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ buildscript {
2727
mavenCentral()
2828
maven { url 'https://jitpack.io' }
2929
google()
30-
maven { url 'https://maven.scijava.org' }
30+
maven { url 'https://maven.aliyun.com/repository/public/' }
3131
}
3232

3333
dependencies {
@@ -61,11 +61,10 @@ allprojects {
6161
// maven { url REPO_SNAPSHOT_REPOSITORY_URL }
6262
// }
6363
// public java and android repository
64-
// maven { url 'https://maven.aliyun.com/repository/public/' }
65-
mavenCentral()
6664
maven { url 'https://jitpack.io' }
6765
google()
68-
maven { url 'https://maven.scijava.org' }
66+
mavenCentral()
67+
maven { url 'https://maven.aliyun.com/repository/public/' }
6968
}
7069

7170
}

0 commit comments

Comments
 (0)