Browse Source

maven库配置修改

xielq 3 years ago
parent
commit
8dd46ce28b
1 changed files with 7 additions and 1 deletions
  1. 7 1
      sso-server/build.gradle

+ 7 - 1
sso-server/build.gradle

@@ -1,7 +1,13 @@
 buildscript {
     repositories {
         maven { url "https://plugins.gradle.org/m2/" }
-        maven { url 'http://maven.ubtob.net/artifactory/libs-release-local' }
+        maven {
+                    url "https://maven.ubtob.net/artifactory/libs-release-local"
+                    credentials {
+                            username 'admin'
+                            password 'Admin2020yourkj2021'
+                    }
+              }
         maven { url "http://maven.aliyun.com/nexus/content/groups/public/" }
         jcenter()
     }