From 158f2906b2e38643068b5f0b7b8f7d0bbe546aa9 Mon Sep 17 00:00:00 2001 From: Ryan Kurtz Date: Tue, 11 May 2021 12:54:19 -0400 Subject: [PATCH] GP-936: README.md and DevGuide.md now state that we support Gradle 5.x and 6.x (instead of 5.0 and later) --- DevGuide.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DevGuide.md b/DevGuide.md index 863f09070c..6256ec4709 100644 --- a/DevGuide.md +++ b/DevGuide.md @@ -34,7 +34,7 @@ You may not need all of these, depending on which portions you are building or d - https://adoptopenjdk.net/releases.html?variant=openjdk11&jvmVariant=hotspot - Amazon Corretto - https://docs.aws.amazon.com/corretto/latest/corretto-11-ug/downloads-list.html -* Gradle 5.0 or later - We use version 5.0, and tested with up to 6.8.3. +* Gradle 5.x or 6.x - We use version 5.0, and have tested with up to 6.8.3. - https://gradle.org/next-steps/?version=5.0&format=bin * A C/C++ compiler - We use GCC on Linux, Xcode (Clang) on macOS, and Visual Studio (2017 or later) on Windows. - https://gcc.gnu.org/ diff --git a/README.md b/README.md index 64119cf1ac..185814ad43 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ To create the latest development build for your platform from this source reposi ##### Install build tools: * [JDK 11 64-bit][jdk11] -* [Gradle][gradle] (minimum v5.0) +* [Gradle][gradle] (version 5.x or 6.x) * make, gcc, and g++ (Linux/macOS-only) * [Microsoft Visual Studio][vs] (Windows-only)