File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
clouds/native-oci-cloud-shell
microservices/micronaut-hello-rest-maven Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 8080 <!-- <quickBuild>true</quickBuild> -->
8181 <buildArgs >
8282 <buildArg >-H:+ReportExceptionStackTraces</buildArg >
83- <!-- For mostly static native image (only on Linux AMD64 systems) -->
84- <!-- <buildArg>-H:+StaticExecutableWithDynamicLibC</buildArg> -->
85- <!-- To generate the Native Image build output JSON -->
86- <!-- <buildArg>-H:BuildOutputJSONFile=build.json</buildArg> -->
8783 </buildArgs >
8884 </configuration >
8985 </plugin >
Original file line number Diff line number Diff line change 119119 <quickBuild >true</quickBuild >
120120 <buildArgs combine.children=" append" >
121121 <buildArg >-H:+ReportExceptionStackTraces</buildArg >
122- <!-- For mostly static native image (only on Linux systems) -->
123- <!-- <buildArg>-H:+StaticExecutableWithDynamicLibC</buildArg> -->
124122 </buildArgs >
125123 </configuration >
126124 </plugin >
You can’t perform that action at this time.
0 commit comments