Skip to content

Commit

Permalink
Merge pull request #129 from Emily-Jiang/release-branch
Browse files Browse the repository at this point in the history
fix gpg issue
  • Loading branch information
Emily-Jiang authored Feb 23, 2021
2 parents 4df7659 + 94e26ec commit 359707a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,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 359707a

Please sign in to comment.