From 80d2436cd38dbcd2fe0676f215f674e358a8df6a Mon Sep 17 00:00:00 2001 From: Rinjae Date: Thu, 11 Sep 2025 10:21:30 +0900 Subject: [PATCH] =?UTF-8?q?weblogic=20=EB=8C=80=EC=9D=91?= 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 953055d..b8e9034 100644 --- a/build.gradle +++ b/build.gradle @@ -56,7 +56,7 @@ war { } - rootSpec.exclude '**/persistence.xml' + // rootSpec.exclude '**/persistence.xml' exclude '**/context.xml' archiveFileName = "eapim-admin.war" }