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 identifier for a specific version.
- Assembly
- Cake
.Gradle .dll - Namespace
- Cake
.Gradle .Bootstrap - Containing Type
- Gradle
Version Identifier
Syntax
public static GradleVersionIdentifier ForVersion(string version)
Parameters
Name | Type | Description |
---|---|---|
version | string | the version to find. |
Return Value
Type | Description |
---|---|
Gradle |
The VersionIdentifier. |