pom:(1.3.0-beta1): 还原gpg

This commit is contained in:
opensnail 2024-10-30 21:27:17 +08:00
parent fde95a2c4d
commit c112d1c9fd

14
pom.xml
View File

@ -297,13 +297,13 @@
<goals>
<goal>sign</goal>
</goals>
<!-- <configuration>-->
<!-- &lt;!&ndash; Prevent `gpg` from using pinentry programs &ndash;&gt;-->
<!-- <gpgArguments>-->
<!-- <arg>&#45;&#45;pinentry-mode</arg>-->
<!-- <arg>loopback</arg>-->
<!-- </gpgArguments>-->
<!-- </configuration>-->
<configuration>
<!-- Prevent `gpg` from using pinentry programs -->
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
</configuration>
</execution>
</executions>
</plugin>