Skip to content

Commit

Permalink
Merge pull request #618 from graalvm/dnestoro/FixQuickBuildDeadLink
Browse files Browse the repository at this point in the history
Fix broken link for quick build mode
  • Loading branch information
dnestoro authored Sep 3, 2024
2 parents 9cea8b8 + 0a05df5 commit 14f58ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/docs/asciidoc/maven-plugin.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ Build Configuration]. It is also possible to customize the plugin within a
<useArgFile>true</useArgFile>
----
`<quickBuild>`::
If you want to build the image using https://blogs.oracle.com/java/post/graalvm-enterprise-221--faster-smarter-leaner[quick build mode], supply the following in the configuration of the plugin (alternatively set the `GRAALVM_QUICK_BUILD` environment variable to `true`):
If you want to build the image using https://www.graalvm.org/latest/reference-manual/native-image/overview/BuildOutput/#qbm-use-quick-build-mode-for-faster-builds[quick build mode], supply the following in the configuration of the plugin (alternatively set the `GRAALVM_QUICK_BUILD` environment variable to `true`):
[source,xml]
----
<quickBuild>true</quickBuild>
Expand Down

0 comments on commit 14f58ff

Please sign in to comment.