Edit build.gradle
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user