From 7ee015ed1b523e2693f9a2a06af6f55b478fe126 Mon Sep 17 00:00:00 2001 From: Rinjae Date: Wed, 10 Sep 2025 21:40:20 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index ba108ae..14bb34c 100644 --- a/build.gradle +++ b/build.gradle @@ -9,6 +9,7 @@ plugins { group 'com.eactive' version '4.5.1-SNAPSHOT' +def nexusUrl = "https://nexus.eactive.synology.me:8090" def springVersion = "5.3.27" def queryDslVersion = "5.0.0" def hibernateVersion = "5.6.15.Final"