Skip to content

Commit

Permalink
Merge pull request #4994 from rsvoboda/additionalBuildArgs.tip.fix
Browse files Browse the repository at this point in the history
Tip fix - additionalBuildArgs
  • Loading branch information
gsmet authored Oct 29, 2019
2 parents 1819ca4 + 3eec2ad commit 751eff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/building-native-image-guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ If you have generated the application from the previous tutorial, you can find i

[TIP]
====
You can provide additional options for `native-image` command using `quarkus.native.additional-build-args=foo,bar` in `application.properties`. Provided options have to be `,` separated.
You can provide custom options for `native-image` command using `<additionalBuildArgs>` configuration element which can have multiple `<additionalBuildArg>` child elements.
====

We use a profile because, you will see very soon, packaging the native executable takes a _few_ minutes. You could
Expand Down

0 comments on commit 751eff6

Please sign in to comment.