From a437b14f6185b19d6ff064ebb8a9304fe0d20c07 Mon Sep 17 00:00:00 2001 From: Rinjae Date: Wed, 10 Sep 2025 22:10:12 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B9=8C=EB=93=9C=EB=AA=85=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 --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index 2405bbe..598699a 100644 --- a/build.gradle +++ b/build.gradle @@ -49,6 +49,7 @@ compileJava { war { rootSpec.exclude '**/persistence.xml' exclude '**/context.xml' + archiveFileName = "eapim-admin.war" } tasks.withType(JavaCompile) {