Skip to content

Commit

Permalink
#731: Fix RELEASE publishing by reverting sbt pgp plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sherif Ebady authored and anilgursel committed Jan 3, 2020
1 parent b97b956 commit c48362a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ organization in ThisBuild := "org.squbs"

publishArtifact := false

// TODO: Remove the overwrite flag once https://github.com/sbt/sbt/issues/3725 is fixed.
import com.typesafe.sbt.pgp.PgpKeys.publishSignedConfiguration
publishSignedConfiguration := publishSignedConfiguration.value.withOverwrite(isSnapshot.value)

coverageEnabled in(Test, compile) := true

coverageEnabled in(Compile, compile) := false
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ addSbtPlugin("io.spray" % "sbt-boilerplate" % "0.6.1")

addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.11")

addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.0")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2-1")

addSbtPlugin("io.spray" % "sbt-revolver" % "0.9.1")

Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.14.0-SNAPSHOT"
version in ThisBuild := "0.13.0"

0 comments on commit c48362a

Please sign in to comment.