bjornvester / wsdl2java-gradle-plugin

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

Added possibility of specifying namespace-specific package names #29

Open gitterrost4 opened 1 year ago

gitterrost4 commented 1 year ago

This fixes issue #17 by allowing a comma-separated list to be passed to the packageName property. This way, older configurations only containing a simple package name will continue to work as before.