From ed82e48c0bd7316bec18e01d4b306725a1aec00a Mon Sep 17 00:00:00 2001
From: Ryan Kurtz
Date: Wed, 22 Feb 2023 07:27:36 -0500
Subject: [PATCH] GP-2476: Removing Gradle 8 note from docs
---
GhidraDocs/InstallationGuide.html | 2 +-
README.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/GhidraDocs/InstallationGuide.html b/GhidraDocs/InstallationGuide.html
index 98830e0fef..06da43fbe2 100644
--- a/GhidraDocs/InstallationGuide.html
+++ b/GhidraDocs/InstallationGuide.html
@@ -322,7 +322,7 @@ Ghidra release includes native binaries for the following platforms:
system:
- A supported version of a Java Development Kit
- - Gradle 7.3+ (Gradle 8 is currently not supported)
+ - Gradle 7.3+
- make, gcc, and g++ (Linux/macOS-only)
-
Microsoft Visual Studio
diff --git a/README.md b/README.md
index d4eb55e45d..a85fa2e273 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ To create the latest development build for your platform from this source reposi
##### Install build tools:
* [JDK 17 64-bit][jdk17]
-* [Gradle 7.3+][gradle] (Gradle 8 is currently not supported)
+* [Gradle 7.3+][gradle]
* make, gcc, and g++ (Linux/macOS-only)
* [Microsoft Visual Studio][vs] 2017+ or [Microsoft C++ Build Tools][vcbuildtools] with the
following components installed (Windows-only):