Skip to content

Commit

Permalink
Remove the arg to generate JSON build output
Browse files Browse the repository at this point in the history
  • Loading branch information
olyagpl committed Feb 8, 2024
1 parent 623fe89 commit 254c42d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions java-hello-world-maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@
<buildArg>-H:+ReportExceptionStackTraces</buildArg>
<!-- 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>
</buildArgs>
</configuration>
</plugin>
Expand Down

0 comments on commit 254c42d

Please sign in to comment.