Skip to content

Commit

Permalink
chore: append native image build args
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkAtra committed Dec 27, 2023
1 parent 260fd99 commit 8db7802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
<groupId>org.graalvm.buildtools</groupId>
<artifactId>native-maven-plugin</artifactId>
<configuration>
<buildArgs>
<buildArgs combine.children="append">
<arg>--strict-image-heap</arg>
</buildArgs>
</configuration>
Expand Down

0 comments on commit 8db7802

Please sign in to comment.