mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 01:39:21 +02:00
GP-0: Adding "gradle clean" to DevGuide.md
This commit is contained in:
parent
32782037a9
commit
f71ad662d1
1 changed files with 6 additions and 0 deletions
|
@ -41,6 +41,12 @@ will be stored at `$HOME/.gradle/`.
|
|||
gradle prepdev
|
||||
```
|
||||
|
||||
Clean up repository build files. In rare circumstances this may be necessary after a `git pull` to
|
||||
fix unexplainable compilation errors.
|
||||
```
|
||||
gradle clean
|
||||
```
|
||||
|
||||
Generate nested Eclipse project files which can then be imported into Eclipse as "existing
|
||||
projects".
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue