View Gradle dependency tree in Eclipse -


is possible visualize dependency tree inside of eclipse (e.g. output of gradle dependencies)? expanding gradle dependencies tree in eclipse flat view , not show dependencies other projects (e.g. if have dependency compile project(':project2'), none of project2's dependencies shown).

based on this looks tree view not supported?

basically i'm looking equivalent of in maven plugin:

enter image description here

at time of writing, neither spring eclipse integration gradle nor buildship provide dependency hierarchy view know m2e.

i don't know when has been implemented can gradle dependencies either on command-line or via buildship gradle tasks view within eclipse. prints nice dependency tree of project's dependencies console.


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -