hello, is it possible to run *gradlew dependencyIn...
# community-support
s
hello, is it possible to run gradlew dependencyInsight on all configurations? I’m struggling which configuration I need to look in.
v
No, the question you formulate with
dependencyInsight
is "why is library X in configuration Y".
You might want to use the
dependencies
task instead
Or look at a build
--scan
s
got it. thank you. any easy way to see the list of defined configurations? except looping over and printing them by myself?
v
resolvable configurations, yes, all I don't think so
s
dependencies
output is huge, need to search in it. trying to find an easier way. ok, I can handle it.
thank you!
👌 1