ciscoo / cxf-codegen-gradle

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

Use task directly as source directory input over task's output directory #101

Closed ciscoo closed 6 months ago

ciscoo commented 6 months ago

It's more idiomatic to use the task directly and let Gradle convert the task to its task's output files.