sbt-dependency-graph icon indicating copy to clipboard operation
sbt-dependency-graph copied to clipboard

How can I run for individual project ?

Open kamontat opened this issue 6 years ago • 1 comments

I already tried sbt module1/compile:dependencyTree or sbt module2/compile:dependencyTree but it still runs every project anyway.

I would like to generate the dependencies tree of all projects as a file. how can I do that?

kamontat avatar Oct 15 '19 05:10 kamontat

It shouldn't (and runs per project for me when I scope it). Can you provide a repo to reproduce the issue?

jatcwang avatar Jan 31 '20 14:01 jatcwang