mirror of https://github.com/sbt/sbt.git
Fix root doc
This commit is contained in:
parent
44e39ec15e
commit
8c1f6e3c34
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Reference in New Issue