Fix root doc

This commit is contained in:
Eugene Yokota 2020-07-27 02:19:03 -04:00
parent 44e39ec15e
commit 8c1f6e3c34
1 changed files with 0 additions and 4 deletions

View File

@ -190,10 +190,6 @@ lazy val sbtRoot: Project = (project in file("."))
Util.baseScalacOptions,
Docs.settings,
scalacOptions += "-Ymacro-expand:none", // for both sxr and doc
sources in (Compile, doc) := {
val allSources = (sources ?? Nil).all(docProjects).value
allSources.flatten.distinct
}, // doc
Util.publishPomSettings,
otherRootSettings,
Transform.conscriptSettings(bundledLauncherProj),