corda / corda-gradle-plugins

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

CORE-3809: Fix cordapp-cpb plugin only to resolve cpbPackaging configuration after entire configuration phase. #488

Closed chrisr3 closed 2 years ago

chrisr3 commented 2 years ago

Resolve the cpbPackaging configuration via a projectsEvaluated handler instead of the project's own afterEvaluate handler. We must not resolve this configuration until every other project in the build has also had a chance to apply the cordapp-cpk plugin.

This is a subtle fix to an incomplete workaround to a Gradle bug.