Skip to content

Commit 50e6ddf

Browse files
authored
Merge pull request #216 from armanbilge/issue/214
Forward doc task to unidoc task
2 parents ae333f6 + 2b3ed42 commit 50e6ddf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sonatype/src/main/scala/org/typelevel/sbt/TypelevelUnidocPlugin.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ object TypelevelUnidocPlugin extends AutoPlugin {
3030
import TypelevelSonatypePlugin.javadocioUrl
3131

3232
override def projectSettings = Seq(
33+
Compile / doc := (ScalaUnidoc / doc).value,
3334
Compile / packageDoc / mappings := (ScalaUnidoc / packageDoc / mappings).value,
3435
ThisBuild / apiURL := javadocioUrl.value,
3536
mimaPreviousArtifacts := Set.empty,

0 commit comments

Comments
 (0)