Skip to content

Commit

Permalink
Uses gpg
Browse files Browse the repository at this point in the history
  • Loading branch information
daddykotex committed Oct 31, 2018
1 parent d93f7fb commit 2f4921b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@ addCommandAlias("ci", ";clean ;+test")
addCommandAlias("release", ";project root ;+publishSigned ;sonatypeReleaseAll")

lazy val gpgSettings = Seq(
useGpg := false,
usePgpKeyHex("207D456D7C29DAB2"),
pgpPublicRing := file(".") / "project" / ".gnupg" / "pubring.gpg",
pgpSecretRing := file(".") / "project" / ".gnupg" / "secring.gpg",
pgpPassphrase := sys.env.get("PGP_PASS").map(_.toArray)
useGpg := true
)

lazy val publisherSettings = Seq(
Expand Down

0 comments on commit 2f4921b

Please sign in to comment.