build

ℹ️
This command is fully cacheable.

Invoke build task assemble for configuration.

@gradle build {
    configuration = "Release"
    args = ""
}

Argument Reference

The following arguments are supported:

  • configuration - (Optional) Configuration to invoke assemble. Default is Debug.
  • args - (Optional) Arguments for command.
Last updated on