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/gradle-plugin.adoc
+3
Original file line number
Diff line number
Diff line change
@@ -202,6 +202,9 @@ Native Image options:
202
202
203
203
You can also pass **build-time** and **run-time** arguments:
204
204
205
+
- `buildArgs.add('<buildArg>')`: Learn more about possible build arguments https://www.graalvm.org/latest/reference-manual/native-image/overview/BuildConfiguration/[here].
206
+
- `runtimeArgs.add('<runtimeArg>')`: Specifies runtime arguments consumed by your application.
207
+
205
208
- `buildArgs.add('<buildArg>')` - You can find more about possible build arguments https://www.graalvm.org/latest/reference-manual/native-image/overview/BuildConfiguration/[here]
206
209
- `runtimeArgs.add('<runtimeArg>')` - Runtime arguments consumed by your application
0 commit comments