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

getWebXml

@Optional @PathSensitive(PathSensitivity.NONE) @InputFile open fun getWebXml(): File

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

Return
The web.xml file.