corda / corda-gradle-plugins

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

CORE-17149: Set Configuration flags correctly for Gradle 8+. #594

Closed chrisr3 closed 1 year ago

chrisr3 commented 1 year ago

Gradle 8+ requires each Configuration's canBeConsumed, canBeResolved and canBeDeclared flags to be set consistently.

setCanBeDeclared() was introduced in Gradle 8.2, so set this flag reflectively to preserve the plugin's compatibility with Gradle 7.