mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-01-08 05:34:00 -05:00
GP-0: Adding "gradle clean" to DevGuide.md
This commit is contained in:
@@ -41,6 +41,12 @@ will be stored at `$HOME/.gradle/`.
|
|||||||
gradle prepdev
|
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
|
Generate nested Eclipse project files which can then be imported into Eclipse as "existing
|
||||||
projects".
|
projects".
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user