Update pom.xml

This commit is contained in:
Oleg Zhurakousky
2023-03-28 16:26:38 +02:00
committed by GitHub
parent 3cb3613ccf
commit fdbe16929e

View File

@@ -61,6 +61,12 @@
<build>
<plugins>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>org.graalvm.buildtools</groupId>
<artifactId>native-maven-plugin</artifactId>