From 7e408c5e63065478fcdf4a5ab85c10396034433f Mon Sep 17 00:00:00 2001 From: Rinjae Date: Wed, 10 Sep 2025 20:32:23 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B3=B8=EC=82=AC=20nexus=20=EC=A0=95=EB=B3=B4?= =?UTF-8?q?=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index f784445..3c9b1f0 100644 --- a/build.gradle +++ b/build.gradle @@ -9,9 +9,14 @@ version '4.5.1-SNAPSHOT' def springVersion = "5.3.27" -def nexusUrl = "https://nexus.eactive.synology.me:8090" - +//def nexusUrl = "https://nexus.eactive.synology.me:8090" +//repositories { +// maven { +// url "${nexusUrl}/repository/maven-public/" +// allowInsecureProtocol = true +// } +//} java { toolchain { languageVersion = JavaLanguageVersion.of(8)