gradle weblogic 빌드 추가

This commit is contained in:
Rinjae
2025-10-13 17:21:06 +09:00
parent d5ebf68016
commit ead7070390
+1 -1
View File
@@ -52,7 +52,7 @@ war {
if (profile == "weblogic") { if (profile == "weblogic") {
webXml = file("WebContent/WEB-INF/weblogic-web.xml") webXml = file("WebContent/WEB-INF/weblogic-web.xml")
} }
archiveFileName = "eapim-admin.war" archiveFileName = "eapim-online.war"
duplicatesStrategy = DuplicatesStrategy.WARN duplicatesStrategy = DuplicatesStrategy.WARN
exclude '**/persistence.xml' exclude '**/persistence.xml'