From 30628db2d09d7b4ce46368b7522dc315e7b245c5 Mon Sep 17 00:00:00 2001 From: Ryan Kurtz Date: Wed, 17 Jul 2024 10:32:31 -0400 Subject: [PATCH] GP-0: No longer instructing users to run the "init" gradle task during fetchDepdendencies.gradle. It didn't play nice with gradle 8.9. (Closes #6724) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e45f876324..179dae133a 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ repository: `git clone https://github.com/NationalSecurityAgency/ghidra.git` ##### Download additional build dependencies into source repository: ``` -gradle -I gradle/support/fetchDependencies.gradle init +gradle -I gradle/support/fetchDependencies.gradle ``` ##### Create development build: