build: Remove custom signing key

This commit is contained in:
Alfredo Beaumont 2017-10-02 14:33:21 +02:00
parent 3db3b2702a
commit 717ac138c0

View File

@ -31,7 +31,6 @@ credentials += Credentials(
val SONATYPE_PASSPHRASE = scala.util.Properties.envOrElse("SONATYPE_PASSPHRASE", "not set")
useGpg := false
usePgpKeyHex("F75439CAE8DDB254")
pgpSecretRing := baseDirectory.value / "project" / ".gnupg" / "secring.gpg"
pgpPublicRing := baseDirectory.value / "project" / ".gnupg" / "pubring.gpg"
pgpPassphrase := Some(SONATYPE_PASSPHRASE.toArray)