Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 506051f9cc |
+8
-2
@@ -14,14 +14,20 @@ def springVersion = "5.3.27"
|
|||||||
def queryDslVersion = "5.0.0"
|
def queryDslVersion = "5.0.0"
|
||||||
def hibernateVersion = "5.6.15.Final"
|
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"
|
def generatedJavaDir = "$buildDir/generated/java"
|
||||||
|
|
||||||
// FOR LOCAL
|
// FOR LOCAL
|
||||||
repositories {
|
repositories {
|
||||||
maven {
|
maven {
|
||||||
url "${nexusUrl}/repository/maven-public/"
|
//url "${nexusUrl}/repository/maven-public/"
|
||||||
|
url "${nexusUrl}/private"
|
||||||
allowInsecureProtocol = true
|
allowInsecureProtocol = true
|
||||||
|
credentials {
|
||||||
|
username = reposiliteUser
|
||||||
|
password = reposilitePassword
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//
|
//
|
||||||
|
|||||||
Reference in New Issue
Block a user