1 Commits

Author SHA1 Message Date
curry772 0408abb890 config: local reposilite 환경으로 변경 2026-04-03 17:22:56 +09:00
2 changed files with 13 additions and 5 deletions
+8 -2
View File
@@ -9,12 +9,18 @@ group = 'com.eactive.ext.kjb'
version = '1.0-SNAPSHOT' version = '1.0-SNAPSHOT'
def springVersion = "5.3.27" def springVersion = "5.3.27"
def nexusUrl = "https://nexus.eactive.synology.me:8090" def reposiliteUrl = "http://localhost:8080"
allprojects {
repositories { repositories {
maven { maven {
url "${nexusUrl}/repository/maven-public/" url "${reposiliteUrl}/private"
allowInsecureProtocol = true allowInsecureProtocol = true
credentials {
username = reposiliteUser
password = reposilitePassword
}
}
} }
} }
+2
View File
@@ -0,0 +1,2 @@
reposiliteUser=admin
reposilitePassword=BFoZsHrQU4lmJf9rruDdcsPgE0gltKfRdTjAx04IgvFhrd5q07QwMFZqeLHFv+5n