Skip to content

Commit

Permalink
chore(java): remove gpg pinentry-mode (#1636)
Browse files Browse the repository at this point in the history
## What does this PR do?

remove gpg pinentry-mode

## Related issues

<!--
Is there any related issue? Please attach here.

- #xxxx0
- #xxxx1
- #xxxx2
-->


## Does this PR introduce any user-facing change?

<!--
If any user-facing interface changes, please [open an
issue](https://github.com/apache/incubator-fury/issues/new/choose)
describing the need to do so and update the document if necessary.
-->

- [ ] Does this PR introduce any public API change?
- [ ] Does this PR introduce any binary protocol compatibility change?


## Benchmark

<!--
When the PR has an impact on performance (if you don't know whether the
PR will have an impact on performance, you can submit the PR first, and
if it will have impact on performance, the code reviewer will explain
it), be sure to attach a benchmark data here.
-->
  • Loading branch information
chaokunyang committed May 16, 2024
1 parent 33e5dad commit 4c19890
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -197,13 +197,6 @@
<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 4c19890

Please sign in to comment.