diff --git a/build.sbt b/build.sbt index 2f40f5d6..1091c2e3 100644 --- a/build.sbt +++ b/build.sbt @@ -41,12 +41,9 @@ lazy val parserCombinators = crossProject(JVMPlatform, JSPlatform, NativePlatfor ) case _ => Seq() }), - // don't run Dottydoc, it errors and isn't needed anyway - Compile / doc / sources := (if (isDotty.value) Seq() else (Compile / doc/ sources).value), - Compile / packageDoc / publishArtifact := !isDotty.value, Compile / doc / scalacOptions ++= { if (isDotty.value) - Seq() + Seq() // TODO see what flags might be desirable to pass to Scala3doc else Seq( "-diagrams",