api / org.gradle.process / ExecSpec / setArgs

setArgs

abstract fun setArgs(args: MutableList<String>): ExecSpec

Sets the arguments for the command to be executed.

Parameters

args - args for the command

Return
this

Since
4.0

abstract fun setArgs(args: MutableIterable<*>): ExecSpec

Sets the arguments for the command to be executed.

Parameters

args - args for the command

Return
this