1 Commits

Author SHA1 Message Date
curry772 506051f9cc config: local reposilite 환경으로 변경 2026-04-03 17:46:57 +09:00
+8 -2
View File
@@ -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
}
} }
} }
// //