You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/docs/asciidoc/maven-plugin.adoc
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -158,11 +158,12 @@ Build Configuration]. It is also possible to customize the plugin within a
158
158
<useArgFile>true</useArgFile>
159
159
----
160
160
`<quickBuild>`::
161
-
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:
161
+
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`):
162
162
[source,xml]
163
163
----
164
164
<quickBuild>true</quickBuild>
165
165
----
166
+
166
167
`<excludeConfig>`::
167
168
In order to exclude configuration from present jar files, specify:
Copy file name to clipboardExpand all lines: native-gradle-plugin/src/main/java/org/graalvm/buildtools/gradle/internal/NativeImageCommandLineProvider.java
0 commit comments