sbt-pgp
sbt-pgp copied to clipboard
buildSettings uses inScope(Global)
This makes it actually surprisingly difficult to override sbt-pgp settings in third-party plugins. You literally have to do your own inScope(Global)
within buildSettings
in order to make things get sequenced properly. Without this, you can end up with weird symptoms like show useGpg
producing true
but pgpSigner
still being the Bouncycastle implementation.