rackerlabs / gradle-jaxb-plugin

Gradle plugin to ease projects that use xsds and the ant jaxb task
GNU General Public License v2.0
34 stars 21 forks source link

Fix #47: shadow Guice + Guice extension dependencies #48

Open nemecec opened 4 years ago

nemecec commented 4 years ago

Shadow Guice + Guice extension dependencies - these can conflict with other Gradle plugins.

For backwards compatibility, I publish the shadowed artifact with artifactId of gradle-jaxb-plugin-with-deps. I would recommend to make it default behaviour, though.

repose-bot commented 4 years ago

Can one of the admins verify this patch?