ciscoo / cxf-codegen-gradle

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

Add to source sets provided by JavaPluginExtension #102

Closed ciscoo closed 9 months ago

ciscoo commented 9 months ago

Don't think we should configure the SourceSetContainer directly and instead configure the source sets from the JavaPluginExtension instead. It is more clearly expresses the intent/usage anyways.