Retrieve Gradle dependency tree
I know that one can see the dependency tree in "Gradle projects" --> "<Project-name>" --> "Source sets".
Is there any way to programmatically retrieve the dependency tree of a Gradle project?
Please sign in to leave a comment.
Your question seems to be about Gradle, not IntelliJ IDEA?
Does https://discuss.gradle.org/t/is-there-a-gradle-equivalent-of-mvn-dependency-analyze/7532/7 help?
Thanks.
My question is about JetBrain's gradle-intellij-plugin.
I'm looking for a way to get the project dependencies in the Java code, not in the build.gradle file.
Then it should go to a different forum, moving.