Skip to content

Commit

Permalink
Merge pull request #16 from behappy-project/springboot3
Browse files Browse the repository at this point in the history
Springboot3
  • Loading branch information
wang-xiaowu authored Mar 6, 2023
2 parents bdff42c + 95012d1 commit ecd6e6d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,13 @@
<goals>
<goal>sign</goal>
</goals>
<configuration>
<!-- Prevent `gpg` from using pinentry programs -->
<gpgArguments>
<arg>--pinentry-mode</arg>
<arg>loopback</arg>
</gpgArguments>
</configuration>
</execution>
</executions>
</plugin>
Expand Down

0 comments on commit ecd6e6d

Please sign in to comment.