corda / corda-gradle-plugins

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

CORE-2793: Allow cordaProvided dependencies to use constraints. #475

Closed chrisr3 closed 3 years ago

chrisr3 commented 3 years ago

Replace SelfResolvingDependency with its sub-interface FileCollectionDependency, which is what was originally intended anyway. Unfortunately a ProjectDependency is also a SelfResolvingDependency, but project dependencies are already extracted from the ResolvedConfiguration.