Fixed GPG signing

This commit is contained in:
Robert Vokac 2023-06-17 19:10:38 +02:00
parent 13ae32ed77
commit cc2c50ad04
No known key found for this signature in database
GPG Key ID: 693D30BEE3329055

View File

@ -88,7 +88,14 @@
<goal>sign</goal>
</goals>
</execution>
</executions>
</executions>
<configuration>
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
</configuration>
</plugin>
</plugins>
</build>