Skip to content

Commit

Permalink
--storyid=ID1035103 首次上传
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanq committed Jan 24, 2024
1 parent 6de1bc2 commit 05f5497
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 @@ -97,6 +97,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 05f5497

Please sign in to comment.