config: local reposilite 환경으로 변경

This commit is contained in:
curry772
2026-04-03 17:22:56 +09:00
parent 51724ab0f5
commit b552df62c3
8 changed files with 367 additions and 48 deletions
+6 -2
View File
@@ -20,13 +20,17 @@ def queryDslVersion = "5.0.0"
def hibernateVersion = "5.6.15.Final"
def generatedJavaDir = "$buildDir/generated/java"
def nexusUrl = "https://nexus.eactive.synology.me:8090"
def reposiliteUrl = "http://localhost:8080"
allprojects {
repositories {
maven {
url "${nexusUrl}/repository/maven-public/"
url "${reposiliteUrl}/private"
allowInsecureProtocol = true
credentials {
username = reposiliteUser
password = reposilitePassword
}
}
}
}