|
@@ -37,9 +37,9 @@ repositories {
|
|
|
mavenLocal()
|
|
|
maven { url "http://repo.spring.io/libs-milestone" }
|
|
|
maven { url "http://repo.spring.io/libs-release" }
|
|
|
- maven { url "http://10.10.101.21:8081/artifactory/libs-release-local" }
|
|
|
- maven { url "http://10.10.101.21:8081/artifactory/ext-release-local" }
|
|
|
- maven { url "http://10.10.101.21:8081/artifactory/libs-snapshot-local" }
|
|
|
+ maven { url "http://10.10.100.21:8081/artifactory/libs-release-local" }
|
|
|
+ maven { url "http://10.10.100.21:8081/artifactory/ext-release-local" }
|
|
|
+ maven { url "http://10.10.100.21:8081/artifactory/libs-snapshot-local" }
|
|
|
maven { url "http://maven.aliyun.com/nexus/content/groups/public/" }
|
|
|
mavenCentral()
|
|
|
}
|
|
@@ -75,7 +75,7 @@ docker {
|
|
|
uploadArchives {
|
|
|
repositories {
|
|
|
mavenDeployer {
|
|
|
- repository(url: "http://10.10.101.21:8081/artifactory/libs-release-local") {
|
|
|
+ repository(url: "http://10.10.100.21:8081/artifactory/libs-release-local") {
|
|
|
authentication(userName: "yingp", password: "111111")
|
|
|
}
|
|
|
}
|