From ead7070390d5b52637b2c56efa7d28f2feb9c0fd Mon Sep 17 00:00:00 2001 From: Rinjae Date: Mon, 13 Oct 2025 17:21:06 +0900 Subject: [PATCH] =?UTF-8?q?gradle=20weblogic=20=EB=B9=8C=EB=93=9C=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 729e017..85134b3 100644 --- a/build.gradle +++ b/build.gradle @@ -52,7 +52,7 @@ war { if (profile == "weblogic") { webXml = file("WebContent/WEB-INF/weblogic-web.xml") } - archiveFileName = "eapim-admin.war" + archiveFileName = "eapim-online.war" duplicatesStrategy = DuplicatesStrategy.WARN exclude '**/persistence.xml'