We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e26cdc5 commit 74649f9Copy full SHA for 74649f9
1 file changed
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>com.github.kuaidi100-api</groupId>
8
<artifactId>sdk</artifactId>
9
- <version>1.0.22.2</version>
+ <version>1.0.22.3</version>
10
11
<name>api</name>
12
<url>https://github.com/kuaidi100-api/java-demo</url>
@@ -175,6 +175,12 @@
175
</goals>
176
</execution>
177
</executions>
178
+ <configuration>
179
+ <gpgArguments>
180
+ <arg>--pinentry-mode</arg>
181
+ <arg>loopback</arg>
182
+ </gpgArguments>
183
+ </configuration>
184
</plugin>
185
<plugin>
186
<groupId>org.sonatype.central</groupId>
0 commit comments