sbt / sbt-pgp

PGP plugin for sbt
Other
144 stars 56 forks source link

Nicer feedback when failing to decrypt a key #118

Closed raboof closed 6 years ago

raboof commented 6 years ago

The problem turned out to be https://github.com/sbt/sbt-pgp/issues/72: I removed keys from my keyring using the gpg command-line tool, but because I was on gpg 2.2 that didn't affect my ~/.gnupg/secring.gpg.

Not sure if we can/should point to that specifically/prominently?

eed3si9n commented 6 years ago

Sorry about the delay. sbt-pgp 1.1.1 is now out.