corda / corda-gradle-plugins

Gradle plugins used by Corda and Cordapps
Other
24 stars 36 forks source link

CORE-3809: Implement a better workaround for Gradle bug #17765. #489

Closed chrisr3 closed 2 years ago

chrisr3 commented 2 years ago

Gradle is warning us that our previous workaround for bug #17765 will break in Gradle 8 :angry:, Since I don't believe bug #17765 will be fixed by Gradle 8 either, we need to find another way to resolve the cpbPackaging configuration.

Force resolution via a lazy "task dependency" provider, which seems to do the trick without generating any new warnings.

The test case has also highlighted an issue tracing transitive CPK dependencies, which I have resolved by defining a new Gradle Attribute.