config: local reposilite 환경으로 변경

This commit is contained in:
curry772
2026-04-03 17:46:57 +09:00
parent b27138d8f7
commit 506051f9cc
+8 -2
View File
@@ -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
}
}
}
//