Skip to content

Commit

Permalink
build: update to native-maven-plugin 0.9.14 and add metadataRepositor…
Browse files Browse the repository at this point in the history
…y support
  • Loading branch information
linux-china committed Oct 1, 2022
1 parent 2fc6599 commit 5e86099
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@
<plugin>
<groupId>org.graalvm.buildtools</groupId>
<artifactId>native-maven-plugin</artifactId>
<version>0.9.13</version>
<version>0.9.14</version>
<configuration>
<mainClass>${start-class}</mainClass>
<imageName>${project.build.finalName}</imageName>
Expand All @@ -575,9 +575,10 @@
--enable-url-protocols=https
--initialize-at-run-time=io.netty.handler.ssl.BouncyCastleAlpnSslUtils
</buildArgs>
<!--<classpath>
<param>${project.build.directory}/${project.artifactId}-${project.version}-shaded.jar</param>
</classpath>-->
<metadataRepository>
<enabled>true</enabled>
<version>0.2.1</version>
</metadataRepository>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 5e86099

Please sign in to comment.