Skip to content

Commit

Permalink
Fix gpg signing
Browse files Browse the repository at this point in the history
  • Loading branch information
ethlo committed Feb 26, 2022
1 parent 24b27cc commit 650e270
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.0.1</version>
<version>1.6</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand All @@ -170,6 +170,7 @@
</execution>
</executions>
<configuration>
<executable>gpg</executable>
<useAgent>false</useAgent>
</configuration>
</plugin>
Expand Down

0 comments on commit 650e270

Please sign in to comment.