Skip to content

Commit

Permalink
Fix doc sources for publishing to sonatype
Browse files Browse the repository at this point in the history
  • Loading branch information
tmccombs committed Apr 26, 2021
1 parent f00c515 commit 5e2ea6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ libraryDependencies ++= Seq(
specs2 % Test
)

Compile / doc / sources := Seq.empty
Compile / packageDoc / publishArtifact := false
Universal / doc / sources := Seq.empty
Debian / doc / sources := Seq.empty

Debian/version := {
val noDashVersion = (Compile/version).value.replace("-", "~")
Expand Down

0 comments on commit 5e2ea6a

Please sign in to comment.