Skip to content

Commit

Permalink
fix: publish empty scaladoc
Browse files Browse the repository at this point in the history
  • Loading branch information
kasiaMarek committed Jan 24, 2025
1 parent 4b6c358 commit 08113be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ val sharedScalacOptions = List(
)

val sharedSettings = sharedJavacOptions ++ sharedScalacOptions ++ List(
Compile / packageDoc / publishArtifact := false,
Compile / doc / sources := Seq.empty,
libraryDependencies ++= crossSetting(
scalaVersion.value,
if2 = List(
Expand Down

0 comments on commit 08113be

Please sign in to comment.