From c198419b7ecdfb38d468bb56c35a5630578f6315 Mon Sep 17 00:00:00 2001
From: Ryan Kurtz
Date: Thu, 16 Feb 2023 06:50:53 -0500
Subject: [PATCH] GP-0: Update docs to indicate Gradle 8 is currently not
supported (#3527)
---
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 06da43fbe2..98830e0fef 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 7.3+ (Gradle 8 is currently not supported)
- make, gcc, and g++ (Linux/macOS-only)
-
Microsoft Visual Studio
diff --git a/README.md b/README.md
index a85fa2e273..d4eb55e45d 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 7.3+][gradle] (Gradle 8 is currently not supported)
* 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):