From 840644a429c8b8b9ae399867eb1660e3109bc7a3 Mon Sep 17 00:00:00 2001 From: Eric Wendelin Date: Sat, 2 Feb 2019 09:05:33 -0700 Subject: [PATCH] Upgrade instructions for Gradle 5.2 GA --- subprojects/docs/src/docs/release/notes.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/subprojects/docs/src/docs/release/notes.md b/subprojects/docs/src/docs/release/notes.md index 9fe8430b557d..e18d1b976c10 100644 --- a/subprojects/docs/src/docs/release/notes.md +++ b/subprojects/docs/src/docs/release/notes.md @@ -12,17 +12,17 @@ We would like to thank the following community contributors to this release of G [Kim Brouer](https://github.com/brouer), [Roberto Perez Alcolea](https://github.com/rpalcolea), [Ian Kerins](https://github.com/isker), [Josh Soref](https://github.com/jsoref), [Andrew Nessin](https://github.com/andrewnessinjim), [NFM](https://github.com/not-for-me), [Jean-Michel Fayard](https://github.com/jmfayard), [Arun Ponniah Sethuramalingam](https://github.com/saponniah), [Victor Jacobs](https://github.com/victorjacobs), -[Theodore Ni](https://github.com/tjni), [Sam Holmes](https://github.com/sbholmes), [Artem Zinnatullin ](https://github.com/artem-zinnatullin), +[Theodore Ni](https://github.com/tjni), [Sam Holmes](https://github.com/sbholmes), [Artem Zinnatullin](https://github.com/artem-zinnatullin), [Ronald Brindl](https://github.com/rbrindl), and [Richard Newton](https://github.com/ricnewton). ## Upgrade Instructions -Switch your build to use Gradle 5.2 RC1 by updating your wrapper properties: +Switch your build to use Gradle 5.2 by updating your wrapper properties: -`./gradlew wrapper --gradle-version=5.2-rc-1` +`./gradlew wrapper --gradle-version=5.2` -Standalone downloads are available at [gradle.org/release-candidate](https://gradle.org/release-candidate). +Standalone downloads are available at [gradle.org/releases](https://gradle.org/releases). ## The Java Platform plugin