ciscoo / cxf-codegen-gradle

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

Clarify definition of supported Gradle versions #9

Closed ciscoo closed 3 years ago

ciscoo commented 3 years ago

To keep the plugin as simple as possible, there are no intentions to add version specific workarounds for older versions of Gradle or any Gradle version really.

A recommended minimum will be suggested which will generally align with Spring Boot's Gradle plugin. However, the plugin will not enforce specific version. The plugin may make use of APIs offered by more recent Gradle versions.

ciscoo commented 3 years ago

In order to support older versions of Gradle, the rule should be relaxed a bit to allow minor workarounds for trivial items.