wsdl2java-gradle-plugin icon indicating copy to clipboard operation
wsdl2java-gradle-plugin copied to clipboard

Support specifying output encoding

Open lkoe opened this issue 4 years ago • 0 comments

The plugin should allow to specify the output encoding.

The undocumented wsdl2java option -encoding can be used for this. The new option should default to the encoding set on the JavaCompile task. If the encoding is neither user specified nor provided by the JavaCompile task the option should be omitted from the wsdl2java params in which case the generator default to the platform encoding (current behaviour).

lkoe avatar May 21 '21 05:05 lkoe