This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Gradle.
Summary
Get a Gradle runner.
- Assembly
- Cake
.Gradle .dll - Namespace
- Cake
.Gradle - Containing Type
- GradleRunnerAlias
Syntax
public static GradleRunner Gradle(this ICakeContext context)
Attributes
| Type | Description |
|---|---|
| Cake |
Parameters
| Name | Type | Description |
|---|---|---|
| context | ICakeContext | The context. |
Return Value
| Type | Description |
|---|---|
| GradleRunner | A GradleRunner instance. |
