We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0bf307 commit 4ca3848Copy full SHA for 4ca3848
auto-generated-sdk/pom.xml
@@ -203,15 +203,15 @@
203
<goals>
204
<goal>sign</goal>
205
</goals>
206
+ <configuration>
207
+ <!-- Prevent gpg from using pinentry programs -->
208
+ <gpgArguments>
209
+ <arg>--pinentry-mode</arg>
210
+ <arg>loopback</arg>
211
+ </gpgArguments>
212
+ </configuration>
213
</execution>
214
</executions>
- <configuration>
- <!-- Prevent gpg from using pinentry programs -->
- <gpgArguments>
- <arg>--pinentry-mode</arg>
- <arg>loopback</arg>
- </gpgArguments>
- </configuration>
215
</plugin>
216
</plugins>
217
</build>
0 commit comments