config: local reposilite 환경으로 변경
This commit is contained in:
+8
-2
@@ -14,14 +14,20 @@ def springVersion = "5.3.27"
|
||||
def queryDslVersion = "5.0.0"
|
||||
def hibernateVersion = "5.6.15.Final"
|
||||
|
||||
def nexusUrl = "https://nexus.eactive.synology.me:8090"
|
||||
//def nexusUrl = "https://nexus.eactive.synology.me:8090"
|
||||
def nexusUrl = "http://localhost:8080"
|
||||
def generatedJavaDir = "$buildDir/generated/java"
|
||||
|
||||
// FOR LOCAL
|
||||
repositories {
|
||||
maven {
|
||||
url "${nexusUrl}/repository/maven-public/"
|
||||
//url "${nexusUrl}/repository/maven-public/"
|
||||
url "${nexusUrl}/private"
|
||||
allowInsecureProtocol = true
|
||||
credentials {
|
||||
username = reposiliteUser
|
||||
password = reposilitePassword
|
||||
}
|
||||
}
|
||||
}
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user