ciscoo / cxf-codegen-gradle

Gradle plugin to generate Java artifacts from WSDL
Apache License 2.0
26 stars 6 forks source link

Move all task conventions to plugin convention configuration #83

Closed ciscoo closed 1 year ago

ciscoo commented 1 year ago

Currently, it is not possible to let Gradle instantiate an instance of Wsdl2JsOptions nor Wsdl2JavaOptions. This is because of the name in the constructor. The field is only used to configure the task output. This can be moved to where the plugin configures the conventions so that more boilerplate can be removed as done in gh-71.