Skip to content

Commit

Permalink
Publish scala3 javadoc artifacts (zio#6712)
Browse files Browse the repository at this point in the history
  • Loading branch information
mijicd authored Apr 25, 2022
1 parent aa89e24 commit d733233
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions project/BuildHelper.scala
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,6 @@ object BuildHelper {
else
Seq()
},
Compile / doc / sources := {
val old = (Compile / doc / sources).value
if (scalaVersion.value == Scala3) {
Nil
} else {
old
}
},
Test / parallelExecution := {
val old = (Test / parallelExecution).value
if (scalaVersion.value == Scala3) {
Expand Down

0 comments on commit d733233

Please sign in to comment.