From b5f62fda76bdbb1f50f2427abf3979edad87610f Mon Sep 17 00:00:00 2001 From: Rinjae Date: Wed, 10 Sep 2025 21:40:30 +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 | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/build.gradle b/build.gradle index 3c9b1f0..e9df2e4 100644 --- a/build.gradle +++ b/build.gradle @@ -4,19 +4,16 @@ plugins { id 'eclipse-wtp' id 'idea' } + group 'com.eactive' 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)