gradle
8.5-rc-3
API
gradle
/
org.gradle.process
/
JavaExecSpec
/
setArgs
set
Args
API
abstract
fun
setArgs
(
@
Nullable
args
:
List
<
String
>
)
:
JavaExecSpec
(
source
)
abstract
fun
setArgs
(
@
Nullable
args
:
Iterable
<
out
Any
>
)
:
JavaExecSpec
(
source
)
Sets the args for the main class to be executed.
Return
this
Parameters
args
Args for the main class.