Skip to content

Instantly share code, notes, and snippets.

@shelajev
Created March 14, 2019 17:17
Show Gist options
  • Select an option

  • Save shelajev/3e85fb8ffd9b7adac59e737049051e30 to your computer and use it in GitHub Desktop.

Select an option

Save shelajev/3e85fb8ffd9b7adac59e737049051e30 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-rc13</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