sbt-pgp
sbt-pgp copied to clipboard
fail if the specified key does not exist
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