From 89a9a036415a2dd2dfd3d36f23ead7102f6f4228 Mon Sep 17 00:00:00 2001 From: Rinjae Date: Thu, 11 Sep 2025 10:18:41 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index c84a968..953055d 100644 --- a/build.gradle +++ b/build.gradle @@ -50,9 +50,9 @@ war { def profile = project.findProperty("profile") ?: "weblogic" if (profile == "weblogic") { - webXml = file("WEB-INF/weblogic-web.xml") + webXml = file("WebContent/WEB-INF/weblogic-web.xml") } else { - webXml = file("WEB-INF/web.xml") + webXml = file("WebContent/WEB-INF/web.xml") }