GP-0: Adding "gradle clean" to DevGuide.md

This commit is contained in:
Ryan Kurtz 2025-07-21 07:04:14 -04:00
parent 32782037a9
commit f71ad662d1

View file

@ -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".
```