gradle
8.3-rc-1
Java API
gradle
/
org.gradle.process
/
ExecSpec
/
setArgs
set
Args
Java API
abstract
fun
setArgs
(
args
:
List
<
String
>
)
:
ExecSpec
abstract
fun
setArgs
(
args
:
Iterable
<
out
Any
>
)
:
ExecSpec
Sets the arguments for the command to be executed.
Return
this
Parameters
args
args for the command