Skip to content

Instantly share code, notes, and snippets.

@olpaw
Created March 15, 2019 12:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save olpaw/8ef5ca34c142c67a78f06c6a9a76da44 to your computer and use it in GitHub Desktop.
Save olpaw/8ef5ca34c142c67a78f06c6a9a76da44 to your computer and use it in GitHub Desktop.
<plugin>
<groupId>com.oracle.substratevm</groupId>
<artifactId>native-image-maven-plugin</artifactId>
<version>1.0.0-rc14</version>
<executions>
<execution>
<goals>
<goal>native-image</goal>
</goals>
<phase>package</phase>
</execution>
</executions>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment