Skip to content

Enable addDependencyTreePlugin if sbt 1.4+

Fabien Catteau requested to merge addDependencyTreePlugin-if-sbt-1.4 into master

Write addDependencyTreePlugin to plugins.sbt if running sbt 1.4 or higher.

This fixes Gemnasium fails when running sbt dependencyDot:... (gitlab-org/gitlab#390287 - closed) in projets running sbt 1.7.2 or higher.

See gitlab-org/gitlab#390287 (closed) for how to reproduce the bug, root cause, proposal, current behavior, etc.

CLOSED: This approach doesn't work. Instead, the solution is to switch to the graphml export. See !487 (comment 1357717810)

Edited by Fabien Catteau

Merge request reports

Loading