Skip to content

Commit 4ca3848

Browse files
authored
feat(sdk): Auto-created from 'analyticsapi-engines-sdk-generator' repository PR 1 for SDK version v4.0.0 (#16)
1 parent b0bf307 commit 4ca3848

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

auto-generated-sdk/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -203,15 +203,15 @@
203203
<goals>
204204
<goal>sign</goal>
205205
</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>
206213
</execution>
207214
</executions>
208-
<configuration>
209-
<!-- Prevent gpg from using pinentry programs -->
210-
<gpgArguments>
211-
<arg>--pinentry-mode</arg>
212-
<arg>loopback</arg>
213-
</gpgArguments>
214-
</configuration>
215215
</plugin>
216216
</plugins>
217217
</build>

0 commit comments

Comments
 (0)