From 5c0f06ab8dd72bd1ce9cee92cf952aa773631876 Mon Sep 17 00:00:00 2001 From: Ryan Kurtz Date: Fri, 19 Nov 2021 07:53:52 -0500 Subject: [PATCH] GP-1521: Increasing minimum supported Gradle version from 6.0 to 6.4 (Closes #3650) --- DevGuide.md | 2 +- Ghidra/application.properties | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DevGuide.md b/DevGuide.md index c23af065fc..09f21da4d0 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://adoptium.net/releases.html?variant=openjdk11&jvmVariant=hotspot - Amazon Corretto - https://docs.aws.amazon.com/corretto/latest/corretto-11-ug/downloads-list.html -* Gradle 6 or 7 +* Gradle 6.4+ or 7.x - https://gradle.org/releases/ * 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/Ghidra/application.properties b/Ghidra/application.properties index 4d8c183d66..eb42c130fa 100644 --- a/Ghidra/application.properties +++ b/Ghidra/application.properties @@ -2,7 +2,7 @@ application.name=Ghidra application.version=10.1 application.release.name=DEV application.layout.version=1 -application.gradle.min=6.0 +application.gradle.min=6.4 application.java.min=11 application.java.max= application.java.compiler=11 diff --git a/README.md b/README.md index cc38063fc9..ae7622bfdb 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 6 or 7][gradle] +* [Gradle 6.4+ or 7.x][gradle] * make, gcc, and g++ (Linux/macOS-only) * [Microsoft Visual Studio][vs] (Windows-only)