Browse Source

调整maven上传

xielq 4 years ago
parent
commit
c658bf24b8
1 changed files with 2 additions and 1 deletions
  1. 2 1
      build.gradle

+ 2 - 1
build.gradle

@@ -33,7 +33,8 @@ subprojects { Project subproject ->
         fastjson = 'com.alibaba:fastjson:1.2.47'
         threadLocal = 'com.alibaba:transmittable-thread-local:2.2.0'
         
-        repoBaseUrl = "https://maven.ubtob.net/artifactory"
+        // repoBaseUrl = "https://maven.ubtob.net/artifactory"
+        repoBaseUrl = "http://10.1.81.211:8082/artifactory"
         snapshotUrl = "$repoBaseUrl/libs-snapshot-local"
         releaseUrl = "$repoBaseUrl/libs-release-local"
     }