Skip to content

Commit

Permalink
Update maven url
Browse files Browse the repository at this point in the history
  • Loading branch information
hrxiang committed Jan 21, 2022
1 parent ccd2755 commit 83b63c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
maven { url 'https://maven.aliyun.com/nexus/content/repositories/gradle-plugin' }
maven {
allowInsecureProtocol = true
url 'http://47.112.160.66:8081/repository/maven-releases'
url 'http://121.37.25.71:8081/repository/maven-releases/'
}
google()
mavenCentral()
Expand All @@ -28,7 +28,7 @@ allprojects {
maven { url 'https://maven.aliyun.com/nexus/content/repositories/gradle-plugin' }
maven {
allowInsecureProtocol = true
url 'http://47.112.160.66:8081/repository/maven-releases'
url 'http://121.37.25.71:8081/repository/maven-releases/'
}
google()
mavenCentral()
Expand Down

0 comments on commit 83b63c9

Please sign in to comment.