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
I have commit signing enabled globally in my git config. When using this plugin, the gitPublishCommit task fails with org.eclipse.jgit.api.errors.JGitInternalException: missing credentials provider, because the gpg key I use for signing is password protected (see https://scans.gradle.com/s/hcmyry7guhezc/failure?openFailures=WzBd&openStackTraces=WzJd#top=0). As a work around I have added a task that modified the .git/config file inside the cloned repository and deactivates commit signing there. It would be great to have a configuration option on GitPublishExtension to deactivate commit signing.
The text was updated successfully, but these errors were encountered:
britter
added a commit
to britter/bean-validators
that referenced
this issue
Dec 18, 2019
I have commit signing enabled globally in my git config. When using this plugin, the
gitPublishCommit
task fails withorg.eclipse.jgit.api.errors.JGitInternalException: missing credentials provider
, because the gpg key I use for signing is password protected (see https://scans.gradle.com/s/hcmyry7guhezc/failure?openFailures=WzBd&openStackTraces=WzJd#top=0). As a work around I have added a task that modified the.git/config
file inside the cloned repository and deactivates commit signing there. It would be great to have a configuration option onGitPublishExtension
to deactivate commit signing.The text was updated successfully, but these errors were encountered: