This message was deleted.
# community-support
s
This message was deleted.
c
I know that from a configuration you can get resolved artifacts, which themselves map to
ProjectComponentIdentifier
Maybe
DependencyReportRenderer
and filter non-project dependencies
m
Yeah, something along these lines. We are building a graph of project dependencies in our build, I used https://docs.gradle.org/current/samples/sample_tasks_with_dependency_resolution_result_inputs.html as a starting point.