This repository was archived by the owner on Apr 8, 2021. It is now read-only.
This repository was archived by the owner on Apr 8, 2021. It is now read-only.
dependencyTree only prints the module itself (no dependencies) #176
Open
Description
Under sbt 0.13.17; sbt-dependency-draph 0.9.2, a multi-module project:
> Common/dependencyTree
[info] com.ocado.cfc.vectortests:common_2.12:0ec6cb226ed46262f97474689f421a5a9a4f2305-SNAPSHOT-pmpfr-snyk
[success] Total time: 0 s, completed 07-Feb-2019 17:47:46
If run on the root project, it prints one line for each module and still thinks nothing depends on anything. If I downgrade to 0.8.2 it works fine.
Superficially similar to #171 except the output is one line rather than no line and different sbt versions.
Tomorrow I may try to find a more minimal reproduction.
Metadata
Metadata
Assignees
Labels
No labels