From 04dfab6607b743f39184a8f47d13fcf2eb3562d6 Mon Sep 17 00:00:00 2001 From: Ryan Kurtz Date: Wed, 4 Sep 2019 08:09:29 -0400 Subject: [PATCH] GT-3127: Updating DevGuide. --- DevGuide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DevGuide.md b/DevGuide.md index 5aacc3a0d8..a1e95bbd9b 100644 --- a/DevGuide.md +++ b/DevGuide.md @@ -13,7 +13,7 @@ You may not need all of these, depending on which portions you are building or d - https://docs.aws.amazon.com/corretto/latest/corretto-11-ug/downloads-list.html * Eclipse - It must support JDK 11. Eclipse 2018-12 or later should work. Other IDEs may work, but we have not tested them. - https://www.eclipse.org/downloads/ -* Gradle 5.0 or later - We use version 5.0, and tested with up to 5.5.1. +* Gradle 5.0 or later - We use version 5.0, and tested with up to 5.6.1. - 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 on Windows. - https://gcc.gnu.org/