Skip to content

Commit b5675e0

Browse files
Fix for new versions of gpg
1 parent 851ce68 commit b5675e0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

sdk1/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@
3737
<goals>
3838
<goal>sign</goal>
3939
</goals>
40+
<configuration>
41+
<gpgArguments>
42+
<arg>--pinentry-mode</arg>
43+
<arg>loopback</arg>
44+
</gpgArguments>
45+
</configuration>
4046
</execution>
4147
</executions>
4248
</plugin>

0 commit comments

Comments
 (0)