Skip to content

Commit

Permalink
Workaround for doc not working
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Nov 24, 2023
1 parent 527919d commit c267982
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
)
Expand Down

0 comments on commit c267982

Please sign in to comment.