This commit is contained in:
redkale
2024-05-31 16:02:08 +08:00
parent 14f4c81e75
commit 8ea2415586
2 changed files with 10 additions and 6 deletions

View File

@@ -169,6 +169,13 @@
<goals>
<goal>sign</goal>
</goals>
<configuration>
<!-- Prevent `gpg` from using pinentry programs -->
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
</configuration>
</execution>
</executions>
</plugin>