Skip to content

Commit 5c0f06a

Browse files
committed
GP-1521: Increasing minimum supported Gradle version from 6.0 to 6.4
(Closes NationalSecurityAgency#3650)
1 parent e49a35b commit 5c0f06a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

DevGuide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ You may not need all of these, depending on which portions you are building or d
3434
- https://adoptium.net/releases.html?variant=openjdk11&jvmVariant=hotspot
3535
- Amazon Corretto
3636
- https://docs.aws.amazon.com/corretto/latest/corretto-11-ug/downloads-list.html
37-
* Gradle 6 or 7
37+
* Gradle 6.4+ or 7.x
3838
- https://gradle.org/releases/
3939
* A C/C++ compiler - We use GCC on Linux, Xcode (Clang) on macOS, and Visual Studio (2017 or later) on Windows.
4040
- https://gcc.gnu.org/

Ghidra/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ application.name=Ghidra
22
application.version=10.1
33
application.release.name=DEV
44
application.layout.version=1
5-
application.gradle.min=6.0
5+
application.gradle.min=6.4
66
application.java.min=11
77
application.java.max=
88
application.java.compiler=11

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ To create the latest development build for your platform from this source reposi
3838

3939
##### Install build tools:
4040
* [JDK 11 64-bit][jdk11]
41-
* [Gradle 6 or 7][gradle]
41+
* [Gradle 6.4+ or 7.x][gradle]
4242
* make, gcc, and g++ (Linux/macOS-only)
4343
* [Microsoft Visual Studio][vs] (Windows-only)
4444

0 commit comments

Comments
 (0)