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 paths to the Gradle wrapper, if available.
- Assembly
- Cake
.Gradle .dll - Namespace
- Cake
.Gradle - Containing Type
- GradleRunner
Syntax
protected override IEnumerable<FilePath> GetAlternativeToolPaths(GradleRunnerSettings settings)
Parameters
Name | Type | Description |
---|---|---|
settings | GradleRunnerSettings | The GradleRunnerSettings . |
Return Value
Type | Description |
---|---|
IEnumerable |
Paths to the Gradle wrapper. |