From 2f4921b1fe1196837a08335074544a77dceb9ea2 Mon Sep 17 00:00:00 2001 From: David Francoeur Date: Tue, 30 Oct 2018 21:41:52 -0400 Subject: [PATCH] Uses gpg --- build.sbt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/build.sbt b/build.sbt index 9df1c49..ac36fcb 100644 --- a/build.sbt +++ b/build.sbt @@ -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(