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)
This commit is contained in:
Ryan Kurtz 2024-07-17 10:32:31 -04:00
parent a00a4d75da
commit 30628db2d0

View File

@ -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: