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 invokeassemble
. Default isDebug
.args
- (Optional) Arguments for command.
Last updated on