Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Tangjiafeng committed Mar 2, 2022
1 parent 232aee7 commit ded3d02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ buildscript {
repositories {
mavenLocal()
maven {
url "http://maven.******.com/nexus/content/groups/public/"
url "http://maven.aliyun.com/nexus/content/groups/public/"
}
}

Expand All @@ -50,7 +50,7 @@ dependencies {
repositories {
mavenLocal()
maven {
url "http://maven.******.com/nexus/content/groups/public/"
url "http://maven.aliyun.com/nexus/content/groups/public/"
}
}

Expand Down Expand Up @@ -115,7 +115,7 @@ subprojects {
repositories {
mavenLocal()
maven {
url "http://maven.******.com/nexus/content/groups/public/"
url "http://maven.aliyun.com/nexus/content/groups/public/"
}
// mavenCentral()
}
Expand Down

0 comments on commit ded3d02

Please sign in to comment.