We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00224f8 commit 54137efCopy full SHA for 54137ef
1 file changed
build.gradle
@@ -27,7 +27,7 @@ buildscript {
27
mavenCentral()
28
maven { url 'https://jitpack.io' }
29
google()
30
- maven { url 'https://maven.scijava.org' }
+ maven { url 'https://maven.aliyun.com/repository/public/' }
31
}
32
33
dependencies {
@@ -61,11 +61,10 @@ allprojects {
61
// maven { url REPO_SNAPSHOT_REPOSITORY_URL }
62
// }
63
// public java and android repository
64
-// maven { url 'https://maven.aliyun.com/repository/public/' }
65
- mavenCentral()
66
67
68
+ mavenCentral()
69
70
71
0 commit comments