sbt-pgp icon indicating copy to clipboard operation
sbt-pgp copied to clipboard

buildSettings uses inScope(Global)

Open djspiewak opened this issue 6 years ago • 0 comments

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.

djspiewak avatar May 03 '18 00:05 djspiewak