Skip to content

Commit

Permalink
disable packageDoc in publish;
Browse files Browse the repository at this point in the history
  • Loading branch information
greenhat committed Jun 5, 2019
1 parent 4225208 commit af92bde
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ lazy val testSettings = Seq(
publishArtifact in Test := true,
publishArtifact in(Test, packageSrc) := true,
publishArtifact in(Test, packageDoc) := false,
// TODO: fix this workaround for compiler crash with "-release 8" (see https://github.com/scala/community-builds/issues/796#issuecomment-423395500)
publishArtifact in(Compile, packageDoc) := false,
test in assembly := {})

libraryDependencies ++= Seq(
Expand Down

0 comments on commit af92bde

Please sign in to comment.