bjornvester / wsdl2java-gradle-plugin

A Gradle plugin for generating Java classes from WSDL files
MIT License
40 stars 14 forks source link

Allow a binding file to be set as a task parameter #4

Open robmckinnon opened 4 years ago

robmckinnon commented 4 years ago

If your WSDL files breach the theEnumMemberSizeCap limit, you need to be able to specify a JAXB binding file to raise the theEnumMemberSizeCap limit.

PR #3 fixes this.