Skip to content

Commit 7762f09

Browse files
dnestoroolyagpl
andauthored
Polish text
Co-authored-by: Olga Gupalo <[email protected]>
1 parent d412385 commit 7762f09

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/src/docs/asciidoc/gradle-plugin.adoc

+3
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,9 @@ Native Image options:
202202

203203
You can also pass **build-time** and **run-time** arguments:
204204

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+
205208
- `buildArgs.add('<buildArg>')` - You can find more about possible build arguments https://www.graalvm.org/latest/reference-manual/native-image/overview/BuildConfiguration/[here]
206209
- `runtimeArgs.add('<runtimeArg>')` - Runtime arguments consumed by your application
207210

0 commit comments

Comments
 (0)