Update DevGuide.md

looks like `gradle eclipse` needs to be run after `gradle prepDev`
This commit is contained in:
d-millar 2019-04-04 15:31:46 -04:00 committed by GitHub
parent 49c2010b63
commit 2b3c61b8e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -157,7 +157,7 @@ You may see build path errors until the environment is properly prepared, as des
From the project root, execute:
```bash
gradle prepDev -x yajswDevUnpack
gradle prepDev -x yajswDevUnpack eclipse
```
The `prepDev` tasks primarily include generating some source, indexing our built-in help, and unpacking some dependencies.
Regarding `yajswDevUnpack`, please see the relevant sections on GhidraServer below.