Skip to content

Commit 488cd4b

Browse files
fix: added loopback pinentry mode
1 parent 5ade3f8 commit 488cd4b

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

pom.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44

55
<modelVersion>4.0.0</modelVersion>
6-
<groupId>com.contentstack.sdk</groupId>
6+
<groupId>org.test.whatever</groupId>
77
<artifactId>java</artifactId>
8-
<version>1.13.1</version>
8+
<version>1.29.1-SNAPSHOT</version>
99
<packaging>jar</packaging>
1010
<name>contentstack-java</name>
1111
<description>Java SDK for Contentstack Content Delivery API</description>
@@ -270,6 +270,12 @@
270270
<goals>
271271
<goal>sign</goal>
272272
</goals>
273+
<configuration>
274+
<gpgArguments>
275+
<arg>--pinentry-mode</arg>
276+
<arg>loopback</arg>
277+
</gpgArguments>
278+
</configuration>
273279
</execution>
274280
</executions>
275281
</plugin>

0 commit comments

Comments
 (0)