gradle/github-dependency-graph-gradle-plugin

Dependencies declared via a platform project should not appear in consuming project manifest

Closed this issue · 1 comments

bigdaz commented

The consuming project will normally declare a dependency without any version constraint, with the version constraint being provided by the platform.
Including these dependencies in the consuming project manifest is unhelpful, since the version will be updated in the platform project.

bigdaz commented

Closing as no longer relevant, once we have a single manifest per build invocation.