GradleRunner.

FromPath(DirectoryPath) Method

Summary

Specifies the path the Gradle project resides in.
Assembly
Cake.Gradle.dll
Namespace
Cake.Gradle
Containing Type
GradleRunner

Syntax

public GradleRunner FromPath(DirectoryPath path)

Parameters

Name Type Description
path DirectoryPath The path to the Gradle project.

Return Value

Type Description
GradleRunner The GradleRunner for fluent re-use.