Skip to content

Commit b8cea88

Browse files
authored
Merge pull request #132 from SethTisue/fix-scala3-doc-jar
fix Scala 3 publishing
2 parents ae6da57 + 5cc7b3e commit b8cea88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ lazy val core = project.in(file("core"))
1313
.settings(commonSettings)
1414
.settings(
1515
name := "scala-parallel-collections",
16-
// don't run Dottydoc, it errors and isn't needed anyway
16+
// 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
1718
Compile / doc / sources := (if (isDotty.value) Seq() else (Compile / doc/ sources).value),
18-
Compile / packageDoc / publishArtifact := !isDotty.value,
1919
)
2020

2121
lazy val junit = project.in(file("junit"))

0 commit comments

Comments
 (0)