Skip to content

Commit

Permalink
Fixes "References to undefined settings"
Browse files Browse the repository at this point in the history
Omnidoc / javadoc / tastyFiles from Omnidoc / javadoc ((sbt.Defaults.docTaskSettings) Defaults.scala:2123)
Omnidoc / compile / bspReporter from Omnidoc / javadoc ((sbt.Defaults.docTaskSettings) Defaults.scala:2123)
Omnidoc / scaladoc / tastyFiles from Omnidoc / scaladoc ((sbt.Defaults.docTaskSettings) Defaults.scala:2123)
Omnidoc / compile / bspReporter from Omnidoc / scaladoc ((sbt.Defaults.docTaskSettings) Defaults.scala:2123)
  • Loading branch information
mkurz committed Sep 30, 2022
1 parent 6eab2c0 commit 16f3efe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions project/OmnidocBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,8 @@ object OmnidocBuild {
foldMappers(sourcePositionMappers.value)
)
},
tastyFiles := (Compile / compile / tastyFiles).value, // not 100% sure but it seems to work
bspReporter := (Compile / compile / bspReporter).value, // same
)

private def foldMappers[A](mappers: Seq[A => Option[A]]): A => A =
Expand Down

0 comments on commit 16f3efe

Please sign in to comment.