Skip to content

Commit

Permalink
Remove packageDoc false
Browse files Browse the repository at this point in the history
  • Loading branch information
ekrich committed Jan 12, 2022
1 parent 7fb0216 commit b618c79
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,6 @@ lazy val sconfig = crossProject(JVMPlatform, NativePlatform, JSPlatform)
Seq()
else
old
},
Compile / packageDoc / publishArtifact := {
if (isScala3.value) false else true
}
)
.jvmSettings(
Expand Down

0 comments on commit b618c79

Please sign in to comment.