gradle
8.3-rc-4
Java API
gradle
/
org.gradle.process
/
ExecSpec
/
args
args
Java API
abstract
fun
args
(
args
:
Array
<
Any
>
)
:
ExecSpec
abstract
fun
args
(
args
:
Iterable
<
out
Any
>
)
:
ExecSpec
Adds arguments for the command to be executed.
Return
this
Parameters
args
args for the command