Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Commit

Permalink
added "--pinentry-mode=loopback" argument on GPG signing for 1.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
savageautomate committed Jan 28, 2021
1 parent 529b6b0 commit c4cfd08
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,10 @@
-->
<keyname>${pi4j.gpg.key}</keyname>
<passphrase>${pi4j.gpg.passphrase}</passphrase>
<gpgArguments>
<gpgArgument>--pinentry-mode</gpgArgument>
<gpgArgument>loopback</gpgArgument>
</gpgArguments>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit c4cfd08

Please sign in to comment.