Use gpg1 for client-side actions.

JGit has limited support for GPGv2 KBX files. Switching to gpg1 and legacy keyring files enables proper signing of commits.
This commit is contained in:
Greg L. Turnquist
2023-01-23 11:16:34 -06:00
parent ae2bc720f4
commit 949b92bb8a
7 changed files with 12 additions and 60 deletions

View File

@@ -26,7 +26,7 @@ deployment.maven-central.staging-profile-id=
# GPG
gpg.keyname=
gpg.passphrase=
gpg.executable=/usr/local/bin/gpg2
gpg.executable=/usr/local/bin/gpg1
# A GitHub token with user:email, read:user and read:org scopes.
# User needs to be part of the Spring team on GitHub as well.