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
Gets the working directory.
Uses the directory specified with 'FromPath()'.
Otherwise defaults to the currently set working directory.
- Assembly
- Cake
.Gradle .dll - Namespace
- Cake
.Gradle - Containing Type
- GradleRunner
Syntax
protected override DirectoryPath GetWorkingDirectory(GradleRunnerSettings settings)
Parameters
| Name | Type | Description |
|---|---|---|
| settings | GradleRunnerSettings | The settings. |
Return Value
| Type | Description |
|---|---|
| DirectoryPath | The working directory for the tool. |
