From 506051f9cc59a77bfd88504b95e6e6eea5dae54b Mon Sep 17 00:00:00 2001 From: curry772 Date: Fri, 3 Apr 2026 17:46:57 +0900 Subject: [PATCH] =?UTF-8?q?config:=20local=20reposilite=20=ED=99=98?= =?UTF-8?q?=EA=B2=BD=EC=9C=BC=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 77012b9..b065c0e 100644 --- a/build.gradle +++ b/build.gradle @@ -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 + } } } //