Browse Source

修改其它模块私有maven库地址及注释不需要的打包依赖

xielq 4 years ago
parent
commit
d46de5a8cb

+ 2 - 2
build.gradle

@@ -12,10 +12,10 @@ subprojects {
   repositories {
     /*mavenLocal()*/
 
-    maven { url 'http://113.105.74.141:8081/artifactory/libs-release' }
+    maven { url 'http://10.10.100.21:8081/artifactory/libs-release' }
     maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' }
     jcenter()
-    maven { url "http://113.105.74.141:8081/artifactory/libs-snapshot" }
+    maven { url "http://10.10.100.21:8081/artifactory/libs-snapshot" }
 
   }
 

+ 1 - 1
gradle/persist-publish.gradle

@@ -1,5 +1,5 @@
 ext {
-    artifactoryBaseUrl = 'http://113.105.74.141:8081/artifactory'
+    artifactoryBaseUrl = 'http://10.10.100.21:8081/artifactory'
     artifactorySnapshotRepoUrl = "$artifactoryBaseUrl/libs-snapshot-local"
     artifactoryReleaseRepoUrl = "$artifactoryBaseUrl/libs-release-local"
 }

+ 1 - 1
gradle/publish.gradle

@@ -1,5 +1,5 @@
 ext {
-    artifactoryBaseUrl = 'http://113.105.74.141:8081/artifactory'
+    artifactoryBaseUrl = 'http://10.10.100.21:8081/artifactory'
     artifactorySnapshotRepoUrl = "$artifactoryBaseUrl/libs-snapshot-local"
     artifactoryReleaseRepoUrl = "$artifactoryBaseUrl/libs-release-local"
 }

+ 4 - 4
sso-manage-console/build.gradle

@@ -1,13 +1,13 @@
 buildscript {
   repositories {
     maven { url "https://plugins.gradle.org/m2/" }
-    maven { url 'http://113.105.74.141:8081/artifactory/libs-release-local' }
+    maven { url 'http://10.10.100.21:8081/artifactory/libs-release-local' }
     maven { url "http://maven.aliyun.com/nexus/content/groups/public/" }
     jcenter()
   }
-  dependencies {
-    classpath 'com.uas.demo.mesh:spring-boot-docker-plugin:1.0.2'
-  }
+  //dependencies {
+  //  classpath 'com.uas.demo.mesh:spring-boot-docker-plugin:1.0.2'
+  //}
 }
 
 plugins {

+ 1 - 1
sso-manage-console/gradle/publish.gradle

@@ -1,5 +1,5 @@
 ext {
-    artifactoryBaseUrl = 'http://113.105.74.141:8081/artifactory'
+    artifactoryBaseUrl = 'http://10.10.100.21:8081/artifactory'
     artifactorySnapshotRepoUrl = "$artifactoryBaseUrl/libs-snapshot-local"
     artifactoryReleaseRepoUrl = "$artifactoryBaseUrl/libs-release-local"
 }