mirror of https://github.com/sbt/sbt.git
Print minimized dependencies in plugin output
This commit is contained in:
parent
357c3fa0f7
commit
65a0c4ae55
|
|
@ -305,7 +305,7 @@ object Tasks {
|
|||
if (verbosity >= 0)
|
||||
errPrintln("Resolution done")
|
||||
if (verbosity >= 1)
|
||||
for (depRepr <- depsRepr0(res.dependencies.toSeq))
|
||||
for (depRepr <- depsRepr0(res.minDependencies.toSeq))
|
||||
errPrintln(s" $depRepr")
|
||||
|
||||
def repr(dep: Dependency) = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue