Edit build.gradle

This commit is contained in:
Rinjae
2025-12-04 14:23:12 +09:00
parent 3b1adbd7b2
commit 45a2cbb92f
+1
View File
@@ -51,6 +51,7 @@ war {
if (profile == "weblogic") { if (profile == "weblogic") {
webXml = file("WebContent/WEB-INF/weblogic-web.xml") webXml = file("WebContent/WEB-INF/weblogic-web.xml")
exclude 'WEB-INF/web.xml'
} }
archiveFileName = "eapim-online.war" archiveFileName = "eapim-online.war"
duplicatesStrategy = DuplicatesStrategy.WARN duplicatesStrategy = DuplicatesStrategy.WARN