mirror of https://github.com/sbt/sbt.git
Workaround for doc not working
This commit is contained in:
parent
f8f8db9e58
commit
a7d5694c67
|
|
@ -950,6 +950,8 @@ lazy val mainProj = (project in file("main"))
|
|||
Test / testOptions += Tests
|
||||
.Argument(TestFrameworks.ScalaCheck, "-minSuccessfulTests", "1000"),
|
||||
SettingKey[Boolean]("usePipelining") := false,
|
||||
// TODO: Fix doc
|
||||
Compile / doc / sources := Nil,
|
||||
// mimaSettings,
|
||||
// mimaBinaryIssueFilters ++= Vector(),
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue