Skip to content

Commit

Permalink
Merge pull request #216 from armanbilge/issue/214
Browse files Browse the repository at this point in the history
Forward doc task to unidoc task
  • Loading branch information
armanbilge authored Mar 18, 2022
2 parents ae333f6 + 2b3ed42 commit 50e6ddf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ object TypelevelUnidocPlugin extends AutoPlugin {
import TypelevelSonatypePlugin.javadocioUrl

override def projectSettings = Seq(
Compile / doc := (ScalaUnidoc / doc).value,
Compile / packageDoc / mappings := (ScalaUnidoc / packageDoc / mappings).value,
ThisBuild / apiURL := javadocioUrl.value,
mimaPreviousArtifacts := Set.empty,
Expand Down

0 comments on commit 50e6ddf

Please sign in to comment.