Skip to content

Commit

Permalink
Fix tests/integration/native-image/mp-2
Browse files Browse the repository at this point in the history
  • Loading branch information
romain-grecourt committed May 25, 2024
1 parent c06dc1f commit abf2df1
Show file tree
Hide file tree
Showing 8 changed files with 475 additions and 72 deletions.
2 changes: 1 addition & 1 deletion applications/mp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<execution>
<id>build-native-image</id>
<goals>
<goal>compile</goal>
<goal>compile-no-fork</goal>
</goals>
</execution>
</executions>
Expand Down
2 changes: 1 addition & 1 deletion applications/se/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<execution>
<id>build-native-image</id>
<goals>
<goal>compile</goal>
<goal>compile-no-fork</goal>
</goals>
</execution>
</executions>
Expand Down
Loading

0 comments on commit abf2df1

Please sign in to comment.