-
Couldn't load subscription status.
- Fork 3k
Introduce property quarkus.native.additional-build-args-append
#47883
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -192,10 +192,10 @@ If you have generated the application from the previous tutorial, you can find i | |
|
|
||
| [TIP] | ||
| ==== | ||
| You can provide custom options for the `native-image` command using the `<quarkus.native.additional-build-args>` property. | ||
| You can provide custom options for the `native-image` command using the `quarkus.native.additional-build-args` and `quarkus.native.additional-build-args-append` properties. | ||
|
||
| Multiple options may be separated by a comma. | ||
|
|
||
| Another possibility is to include the `quarkus.native.additional-build-args` configuration property in your `application.properties`. | ||
| By convention `quarkus.native.additional-build-args-append` is meant to be defined at the command line (e.g. `-Dquarkus.native.additional-build-args-append=--verbose`), while `quarkus.native.additional-build-args` may be defined either at the command line or in your `application.properties`. Note that, any arguments included in `quarkus.native.additional-build-args-append` may override those included in `quarkus.native.additional-build-args`. | ||
|
|
||
| You can find more information about how to configure the native image building process in the <<configuration-reference>> section below. | ||
| ==== | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Optional<List<String>>[]is quite the type 😆There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes :), even co-pilot noticed it (for different reasons though).
See "Comments suppressed due to low confidence (1)" in #47883 (review)