Commit c0d6c0adce8272c5ce598647decf9efb6822a5cc
1 parent
120b37cd
Exists in
master
and in
2 other branches
modify maven address
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
build.gradle
@@ -28,7 +28,7 @@ repositories { | @@ -28,7 +28,7 @@ repositories { | ||
28 | jcenter() | 28 | jcenter() |
29 | maven{ url 'http://repository.sonatype.org/content/groups/public/' } | 29 | maven{ url 'http://repository.sonatype.org/content/groups/public/' } |
30 | maven{ url 'https://repository.jboss.org/nexus/content/groups/public/' } | 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 | task sourcesJar(type: Jar, dependsOn: classes) { | 34 | task sourcesJar(type: Jar, dependsOn: classes) { |
gradle.properties
1 | #Maven Repo URL | 1 | #Maven Repo URL |
2 | -MAVEN_REPO_RELEASE_URL=http://47.93.122.69:9001/repository/maven-releases/ | ||
3 | -MAVEN_REPO_SNAPSHOT_URL=http://47.93.122.69:9001/repository/maven-snapshots/ | 2 | +MAVEN_REPO_RELEASE_URL=http://nexus.taover.com:9001/repository/maven-releases/ |
3 | +MAVEN_REPO_SNAPSHOT_URL=http://nexus.taover.com:9001/repository/maven-snapshots/ | ||
4 | 4 | ||
5 | #maven GroupId | 5 | #maven GroupId |
6 | GROUP=com.taover | 6 | GROUP=com.taover |