From c8b76ea3f70278873d8468f85314bb99288f5b59 Mon Sep 17 00:00:00 2001 From: Vladimir Orany Date: Mon, 9 Dec 2019 10:46:30 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4cfdeec..4a576b8 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,7 @@ Moreover, you can use the following aliases: | Alias | Selects | | --- |---| +| `wrapper` | The Gradle wrapper's version (default, useful for matrix builds) | | `current` | The current [stable release](https://gradle.org/install/) | | `rc` | The current [release candidate](https://gradle.org/release-candidate/) if any, otherwise fallback to `current` | | `nightly` | The latest [nightly](https://gradle.org/nightly/), fails if none. |