mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-07-12 12:19:46 +00:00
build: Remove custom signing key
This commit is contained in:
@ -31,7 +31,6 @@ credentials += Credentials(
|
|||||||
val SONATYPE_PASSPHRASE = scala.util.Properties.envOrElse("SONATYPE_PASSPHRASE", "not set")
|
val SONATYPE_PASSPHRASE = scala.util.Properties.envOrElse("SONATYPE_PASSPHRASE", "not set")
|
||||||
|
|
||||||
useGpg := false
|
useGpg := false
|
||||||
usePgpKeyHex("F75439CAE8DDB254")
|
|
||||||
pgpSecretRing := baseDirectory.value / "project" / ".gnupg" / "secring.gpg"
|
pgpSecretRing := baseDirectory.value / "project" / ".gnupg" / "secring.gpg"
|
||||||
pgpPublicRing := baseDirectory.value / "project" / ".gnupg" / "pubring.gpg"
|
pgpPublicRing := baseDirectory.value / "project" / ".gnupg" / "pubring.gpg"
|
||||||
pgpPassphrase := Some(SONATYPE_PASSPHRASE.toArray)
|
pgpPassphrase := Some(SONATYPE_PASSPHRASE.toArray)
|
||||||
|
Reference in New Issue
Block a user