Skip to content

Commit 7d3ccf7

Browse files
committed
update gpg plugin
1 parent 77cfe1b commit 7d3ccf7

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

pom.xml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<animal-sniffer.version>1.23</animal-sniffer.version>
8989
<api-level-24.version>7.0_r2</api-level-24.version>
9090
<nexus-staging-maven-plugin.version>1.6.13</nexus-staging-maven-plugin.version>
91-
<maven-gpg-plugin.version>3.1.0</maven-gpg-plugin.version>
91+
<maven-gpg-plugin.version>1.6</maven-gpg-plugin.version>
9292
</properties>
9393

9494
<dependencyManagement>
@@ -482,15 +482,6 @@
482482
<goals>
483483
<goal>sign</goal>
484484
</goals>
485-
<configuration>
486-
<useAgent>true</useAgent>
487-
<!-- Prevent `gpg` from using pinentry programs -->
488-
<gpgArguments>
489-
<arg>--batch</arg>
490-
<arg>--pinentry-mode</arg>
491-
<arg>loopback</arg>
492-
</gpgArguments>
493-
</configuration>
494485
</execution>
495486
</executions>
496487
</plugin>

0 commit comments

Comments
 (0)