Skip to content

Commit

Permalink
Merge pull request #132 from SethTisue/fix-scala3-doc-jar
Browse files Browse the repository at this point in the history
fix Scala 3 publishing
  • Loading branch information
SethTisue authored Nov 4, 2020
2 parents ae6da57 + 5cc7b3e commit b8cea88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ lazy val core = project.in(file("core"))
.settings(commonSettings)
.settings(
name := "scala-parallel-collections",
// don't run Dottydoc, it errors and isn't needed anyway
// don't run Dottydoc, it errors and isn't needed anyway.
// but we leave `publishArtifact` set to true, otherwise Sonatype won't let us publish
Compile / doc / sources := (if (isDotty.value) Seq() else (Compile / doc/ sources).value),
Compile / packageDoc / publishArtifact := !isDotty.value,
)

lazy val junit = project.in(file("junit"))
Expand Down

0 comments on commit b8cea88

Please sign in to comment.