gradle
Toggle table of contents
9.6.0-20260414005124+0000
API
Target filter
API
Switch theme
Search in API
Skip to content
gradle
gradle
/
org.gradle.api.tasks
/
AbstractExecTask
/
setCommandLine
set
Command
Line
API
open
fun
setCommandLine
(
args
:
List
<
String
>
)
(
source
)
open
fun
setCommandLine
(
args
:
Iterable
<
out
Any
>
)
(
source
)
open
fun
setCommandLine
(
args
:
Array
<
Any
>
)
(
source
)
Sets the full command line, including the executable to be executed plus its arguments.