Skip to content

Commit 07beb27

Browse files
authored
fix 403 error of aliyun maven (#177)
1 parent a582081 commit 07beb27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ allprojects {
6161

6262
// In this section you declare where to find the dependencies of your project
6363
repositories {
64+
jcenter()
6465
maven { url "http://maven.aliyun.com/nexus/content/groups/public/" }
6566
maven { url "https://oss.sonatype.org/content/repositories/snapshots" }
66-
mavenCentral()
6767
}
6868

6969
dependencies {

0 commit comments

Comments
 (0)