scalameta / mdoc

Typechecked markdown documentation for Scala
https://scalameta.org/mdoc/
Apache License 2.0
395 stars 81 forks source link

Remove watch from sbt plugin #463

Closed steinybot closed 1 year ago

steinybot commented 3 years ago

I'm analysing my dependencies in sbt and noticed that mdoc is pulling in io.undertow:undertow-core:2.2.3.Final and a whole bunch of other stuff.

I'm assuming that this is for the --watch command which I don't think makes much sense when mdoc is used as an sbt plugin. Can this dependency be removed from the sbt plugin?

steinybot commented 3 years ago

As a side note the dependencyTree for com.vladsch.flexmark:flexmark-all:0.62.2 is insane!

steinybot commented 1 year ago

Instead of removing watch it would be better to make it be able to run in the background (#737).