Skip to content

Commit ebd4e0d

Browse files
authored
Update pom.xml
1 parent 028e31a commit ebd4e0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,9 +286,9 @@
286286
<extensions>true</extensions>
287287
<executions>
288288
<execution>
289-
<id>build-native-image</id>
289+
<id>build-native</id>
290290
<goals>
291-
<goal>build</goal> <!-- this is the native-image builder goal -->
291+
<goal>compile-no-fork</goal> <!-- this is the native-image builder goal -->
292292
</goals>
293293
<phase>package</phase> <!-- run during mvn package -->
294294
</execution>

0 commit comments

Comments
 (0)