mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-05-23 08:30:07 -03:00
build: Remove custom signing key
This commit is contained in:
parent
3db3b2702a
commit
717ac138c0
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user