1
mirror of https://github.com/CarmJos/GithubReleases4J.git synced 2026-06-04 21:18:16 +08:00

[v1.2.2] [A] Add GPG Settings.

This commit is contained in:
2022-01-22 14:41:52 +08:00
parent a3cb4bcb1a
commit c53ca18e96
2 changed files with 8 additions and 5 deletions
+6
View File
@@ -143,6 +143,12 @@
</goals>
</execution>
</executions>
<configuration>
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>