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
Adds a project property to the arguments.
- Assembly
- Cake
.Gradle .dll - Namespace
- Cake
.Gradle - Containing Type
- GradleRunner
Syntax
public GradleRunner WithProjectProperty(string key, string value, bool secretValue = false)
Parameters
Name | Type | Description |
---|---|---|
key | string | The key to set. |
value | string | The value to set. |
secretValue | bool | Set to true , if value is secret and should not show in logs. |
Return Value
Type | Description |
---|---|
GradleRunner | The GradleRunner for fluent re-use. |