dispatch

Runs an arbitrary Gradle command (action name is forwarded to gradle).

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

Capabilities

CapabilityInfo
Cachenever
Bachno

Argument Reference

The following arguments are supported:

  • args - (Optional) Extra arguments for the Gradle command.
Last updated on