Skip to content

Commit

Permalink
Remove the arg to generate JSON build output (#257)
Browse files Browse the repository at this point in the history
* Remove the arg to generate JSON build output

* Update java-hello-world-maven/pom.xml

Co-authored-by: Fabio Niephaus <[email protected]>

---------

Co-authored-by: Sachin Pikle <[email protected]>
Co-authored-by: Fabio Niephaus <[email protected]>
  • Loading branch information
3 people authored Feb 9, 2024
1 parent 9472de3 commit 5ba34bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java-hello-world-maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<!-- For mostly static native image (only on Linux AMD64 systems) -->
<!-- <buildArg>-H:+StaticExecutableWithDynamicLibC</buildArg> -->
<!-- To generate the Native Image build output JSON (22.3+) -->
<buildArg>-H:BuildOutputJSONFile=build.json</buildArg>
<!-- <buildArg>-H:BuildOutputJSONFile=build.json</buildArg> -->
</buildArgs>
</configuration>
</plugin>
Expand Down

0 comments on commit 5ba34bb

Please sign in to comment.