API Documentation: | Tool |
---|
Note: This class is incubating and may change in a future version of Gradle.
Configuration of the arguments of a ToolChain executable.
Property | Description |
args | Incubating The arguments passed when executing this tool. |
Method | Description |
args(args) | Incubating Adds a number of arguments to be passed to the tool. |
Note: This property is incubating and may change in a future version of Gradle.
The arguments passed when executing this tool.
void
args
(String
...
args)
String
...Note: This method is incubating and may change in a future version of Gradle.
Adds a number of arguments to be passed to the tool.