Update pom.xml

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

View File

@@ -53,6 +53,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>