api / org.gradle.api.tasks.bundling / War / setWebXml

setWebXml

open fun setWebXml(webXml: File): Unit

Sets the web.xml file to include in the WAR archive. When null, no web.xml file is included in the WAR.

Parameters

webXml - The web.xml file. Maybe null.