From 121a837c5140859d279993f9b9036a20cd20eb82 Mon Sep 17 00:00:00 2001 From: htlee Date: Sat, 14 Feb 2026 12:07:18 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20Gradle=20Nexus=20URL=EC=9D=84=20HTTPS?= =?UTF-8?q?=20=EB=8F=84=EB=A9=94=EC=9D=B8=EC=9C=BC=EB=A1=9C=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gradle.properties.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties.example b/gradle.properties.example index 64ff798..29c1024 100644 --- a/gradle.properties.example +++ b/gradle.properties.example @@ -3,7 +3,7 @@ # gradle.properties는 .gitignore에 포함되어 있습니다. # Nexus URL -nexusUrl=http://211.208.115.83:9081/repository +nexusUrl=https://nexus.gc-si.dev/repository # Nexus 인증 (내부 라이브러리 배포 시 필요) # nexusUsername=your-username