Commit aef173b8e7e8e4ec85e2e746df324c2ccf12e2ce
1 parent
f07abbd9
Exists in
master
modify maven address
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
build.gradle
... | ... | @@ -28,7 +28,7 @@ repositories { |
28 | 28 | jcenter() |
29 | 29 | maven{ url 'http://repository.sonatype.org/content/groups/public/' } |
30 | 30 | maven{ url 'https://repository.jboss.org/nexus/content/groups/public/' } |
31 | - maven{ url 'http://47.93.122.69:9001/repository/maven-releases/' } | |
31 | + maven{ url 'http://nexus.taover.com:9001/repository/maven-releases/' } | |
32 | 32 | } |
33 | 33 | |
34 | 34 | task sourcesJar(type: Jar, dependsOn: classes) { | ... | ... |