<command>

Runs an arbitrary Gradle command (action name is forwarded to gradle). Example for command __dispatch__:

@gradle __dispatch__ {
    args = "clean --info"
}

Capabilities

CapabilityInfo
Cachenever
Bachno

Argument Reference

The following arguments are supported:

  • args - (Optional) Arguments appended after the Gradle command.
Last updated on