Skip to content

Commit

Permalink
Merge pull request #32 from twinklehawk/fix-signing-config
Browse files Browse the repository at this point in the history
Add --pinentry-mode loopback gpg arguments to gpg plugin config
  • Loading branch information
twinklehawk authored Aug 18, 2020
2 parents 5257f07 + c4614c2 commit 4b7a984
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion birdeye-java-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.broadlume</groupId>
<artifactId>birdeye-java-sdk-parent</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
</parent>

<artifactId>birdeye-java-sdk</artifactId>
Expand Down
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<groupId>com.broadlume</groupId>
<artifactId>birdeye-java-sdk-parent</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
<packaging>pom</packaging>

<name>BirdEye Java SDK parent</name>
Expand Down Expand Up @@ -309,6 +309,12 @@
<goals>
<goal>sign</goal>
</goals>
<configuration>
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
</configuration>
</execution>
</executions>
</plugin>
Expand Down

0 comments on commit 4b7a984

Please sign in to comment.