Skip to content

Commit

Permalink
Merge pull request #25 from Lycoon/dev
Browse files Browse the repository at this point in the history
Fixed pgp signing for maven central deployment
  • Loading branch information
Lycoon authored Nov 15, 2023
2 parents 26360ec + b75ec46 commit 4869643
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@
<configuration>
<!-- Prevent gpg from using pinentry programs -->
<gpgArguments>
<arg>--batch</arg>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
Expand Down

0 comments on commit 4869643

Please sign in to comment.