toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.process
/
ExecSpec
/
args
args
API
abstract
fun
args
(
args
:
Array
<
Any
>
)
:
ExecSpec
(
source
)
abstract
fun
args
(
args
:
Iterable
<
out
Any
>
)
:
ExecSpec
(
source
)
Adds arguments for the command to be executed.
Return
this
Parameters
args
args for the command