瀏覽代碼

maven认证

xielq 4 年之前
父節點
當前提交
5a0e816691
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      build.gradle

+ 3 - 0
build.gradle

@@ -83,6 +83,9 @@ uploadArchives {
             repository(url: "https://maven.ubtob.net/artifactory/libs-release-local") {
             repository(url: "https://maven.ubtob.net/artifactory/libs-release-local") {
                 authentication(userName: "admin", password: "Admin2020yourkj2021")
                 authentication(userName: "admin", password: "Admin2020yourkj2021")
             }
             }
+	    repository(url: "https://maven.ubtob.net/artifactory/libs-snapshot-local") {
+                authentication(userName: "admin", password: "Admin2020yourkj2021")
+            }
         }
         }
     }
     }
 }.dependsOn build
 }.dependsOn build