Cake.Gradle addin
Provides a wrapper around Gradle functionality within a Cake build script.
General
Bootstrap Alias from Cake.Gradle addin |
Bootstrap the current gradle version into the tools folder.
Be aware that this is always the current version, as found in https://services.gradle.org/versions/current So the versions of gradle might change between usages. |
BootstrapGradle Alias from Cake.Gradle addin |
Bootstrap a specific version of gradle.
The version must be a complete match and exist in the gradle list of versions.
I.e. The |
Bootstrap Alias from Cake.Gradle addin |
Bootstrap the nightly gradle version into the tools folder.
Be aware that this is always the nightly version, as found in https://services.gradle.org/versions/nightly So the versions of gradle might change between usages. Also, as this is the nightly version, it is entirely possible that this version might not be completely stable. |
Gradle
Alias from Cake.Gradle addin |
Get a Gradle runner. |