You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
This makes it actually surprisingly difficult to override sbt-pgp settings in third-party plugins. You literally have to do your own
inScope(Global)
withinbuildSettings
in order to make things get sequenced properly. Without this, you can end up with weird symptoms likeshow useGpg
producingtrue
butpgpSigner
still being the Bouncycastle implementation.The text was updated successfully, but these errors were encountered: