Skip to content

Commit

Permalink
Fixed sbt build for signed release
Browse files Browse the repository at this point in the history
  • Loading branch information
barambani committed Jun 25, 2020
1 parent 8d2ad4d commit 0ad7fd3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,10 @@ lazy val crossBuildSettings = Seq(
)

lazy val releaseSettings: Seq[Def.Setting[_]] = Seq(
publishMavenStyle := true,
publishArtifact in Test := false,
pomIncludeRepository := { _ => false },
organization := "io.laserdisc",
homepage := Some(url("http://laserdisc.io")),
publishTo := sonatypePublishTo.value,
developers := List(
Developer("barambani", "Filippo Mariotti", "", url("https://github.com/barambani"))
),
Expand Down
1 change: 0 additions & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.9.2")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.0")
addSbtPlugin("com.dwijnand" % "sbt-travisci" % "1.2.0")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.1")
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.3")

0 comments on commit 0ad7fd3

Please sign in to comment.