<command>
Runs an arbitrary Gradle command (action name is forwarded to gradle).
Example for command __dispatch__:
@gradle __dispatch__ {
args = "clean --info"
}Capabilities
| Capability | Info |
|---|---|
| Cache | never |
| Bach | no |
Argument Reference
The following arguments are supported:
args- (Optional) Arguments appended after the Gradle command.
Last updated on