We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 028e31a commit ebd4e0dCopy full SHA for ebd4e0d
pom.xml
@@ -286,9 +286,9 @@
286
<extensions>true</extensions>
287
<executions>
288
<execution>
289
- <id>build-native-image</id>
+ <id>build-native</id>
290
<goals>
291
- <goal>build</goal> <!-- this is the native-image builder goal -->
+ <goal>compile-no-fork</goal> <!-- this is the native-image builder goal -->
292
</goals>
293
<phase>package</phase> <!-- run during mvn package -->
294
</execution>
0 commit comments