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") }