We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ae6da57 + 5cc7b3e commit b8cea88Copy full SHA for b8cea88
build.sbt
@@ -13,9 +13,9 @@ lazy val core = project.in(file("core"))
13
.settings(commonSettings)
14
.settings(
15
name := "scala-parallel-collections",
16
- // don't run Dottydoc, it errors and isn't needed anyway
+ // don't run Dottydoc, it errors and isn't needed anyway.
17
+ // but we leave `publishArtifact` set to true, otherwise Sonatype won't let us publish
18
Compile / doc / sources := (if (isDotty.value) Seq() else (Compile / doc/ sources).value),
- Compile / packageDoc / publishArtifact := !isDotty.value,
19
)
20
21
lazy val junit = project.in(file("junit"))
0 commit comments