scubacabra / gradle-wsdl-plugin

Gradle plugin that helps with using WSDL files and generating their WARs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Examples use older versions of gradle-jaxb-plugin

markjfisher opened this issue · comments

The examples still use properties like xsdDirectoryForGraph (e.g. https://github.com/jacobono/gradle-wsdl-plugin/blob/master/examples/hello-world-schema/hello-world-schema.gradle) instead of the newer (since 8/4/2014) xsdDir value.

Fortunately the versions in the gradle-jaxb-plugin are updated, and searching through its plugin I could see where properties changed, but would it be possible to update your examples to use the latest jaxb plugin?