Skip to content

Commit 6e60dd8

Browse files
committed
fix: Prevent gpg from using pinentry programs
1 parent fe8fd30 commit 6e60dd8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,12 @@
176176
</goals>
177177
</execution>
178178
</executions>
179+
<configuration>
180+
<gpgArguments>
181+
<arg>--pinentry-mode</arg>
182+
<arg>loopback</arg>
183+
</gpgArguments>
184+
</configuration>
179185
</plugin>
180186
</plugins>
181187
</build>

0 commit comments

Comments
 (0)