IBM / cics-bundle-gradle

The plugin to build and deploy CICS bundles in a Gradle build.
Eclipse Public License 2.0
7 stars 20 forks source link

Gradle 8 support #140

Closed stewartfrancis closed 11 months ago

stewartfrancis commented 1 year ago

I did also notice that we had an unnecessary property on the package task, which I removed. This technically breaks our API, so we may want to consider a major version bump (or just deprecating that property instead of removing it). There are other things we might consider if doing a major version bump anyway, like the changes to how to register additional bundle part configuration that @KyeMaloy97 and I discussed (which I've now forgotten about entirely), and making the tasks usable independently of the project and extensions.

stewartfrancis commented 11 months ago

I've reintroduced the old property, and deprecated it. Also addressed your other review comments (thanks) @ind1go ready for a re-review now.

ind1go commented 11 months ago

Ah, DCO 😑