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
Specifies arguments to be passed to the Gradle executable.
- Assembly
- Cake
.Gradle .dll - Namespace
- Cake
.Gradle - Containing Type
- GradleRunner
Syntax
public GradleRunner WithArguments(params string[] arguments)
Parameters
Name | Type | Description |
---|---|---|
arguments | string[] | arguments. |
Return Value
Type | Description |
---|---|
GradleRunner | The GradleRunner for fluent re-use. |