GradleRunner.

WithProjectProperty(string, string, bool) Method

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.