Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 457 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 457 Bytes

sbt-jdeps

sbt-jdeps is an sbt plugin to run JDeps.

Usage

Add the following settings to your project/plugins.sbt:

addSbtPlugin("com.thoughtworks.sbt-jdeps" % "sbt-jdeps" % "latest.release")

Then a jdeps sbt task is available:

sbt jdeps

After running the jdeps task, you can find DOT files generated by jdeps at target/scala-2.12/jdeps.