You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
lkoe
added a commit
to lkoe/wsdl2java-gradle-plugin
that referenced
this issue
May 21, 2021
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 theJavaCompile
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).The text was updated successfully, but these errors were encountered: