Craig Muchinsky

Results 15 comments of Craig Muchinsky

In generated `install_apps_configuration_xxx.xml` file contains ``` ``` The source `server.xml` contains ``` ``` The `libertyWar` war task produces `foo.war`

I believe this is still a bug, but have since refactored my build to work around it by not having more than one war file produced from a single gradle...

I'm seeing something similar in the gradle plugin, when scanning a zip file embedded in a war file. Is there a way to suppress this or configure it to ignore...

> Hey [@davecramer](https://github.com/davecramer), > > I would like to double-check with you whether the below change: > > if (catalog != null) { > sql += " AND current_database() =...

Thanks @nedtwigg, your workaround (with a `return input` inserted after the `if` condition) works for me locally