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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user