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

Deprecation warnings in gradle 6.x #50

Open eekboom opened 4 years ago

eekboom commented 4 years ago

I'd like to keep my code free from gradle deprecation warnings, but there are some warnings that seem to come from the gradle-jaxb-plugin, that I cannot fix in my code, I think:

image

frankenpfalzer commented 3 years ago

In Gradle 7 this leads to failing builds.

Some problems were found with the configuration of task '...:xsd-dependency-tree' (type 'JaxbDependencyTree').

see #51