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