Skip to content

Commit

Permalink
Skip signing graal-native-test module. (#2675)
Browse files Browse the repository at this point in the history
  • Loading branch information
eamonnmcmanus committed May 19, 2024
1 parent b153ca1 commit 93bc0f2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions graal-native-image-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,14 @@
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<configuration>
<!-- Not deployed -->
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</pluginManagement>

Expand Down

0 comments on commit 93bc0f2

Please sign in to comment.