sbt / sbt-pgp

PGP plugin for sbt
Other
144 stars 56 forks source link

fail if the specified key does not exist #203

Open robstoll opened 8 months ago

robstoll commented 8 months ago

steps

sbt-pgp version: 2.2.1 sbt version: 1.9.9

Global / pgpSigningKey := Some("nonExistingKey")

problem

if the key does not exist, then the default key is used

expectation

error mentioning that the key ... does not exist

notes