Hello,

my script defines

war {
      webXml = file("$rootDir/templates/web.xml")
}

Is it possible to directly manipulate the target web.xml of this copy
process? In my case, I'd like to exchange some placeholders with the
project name. I have tried

eachFile {
...
}

but that does not include web.xml.

Thanks,
Björn

Reply via email to