Skip to content

Commit

Permalink
Trying to build with newer gpg plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
dvm-ed committed May 25, 2023
1 parent de8a710 commit 1a60dcc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@
<additionalparam>-Xdoclint:none</additionalparam>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.1.0</version>
</plugin>
</plugins>
</build>
</profile>
Expand Down

0 comments on commit 1a60dcc

Please sign in to comment.