mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 01:39:21 +02:00
GP-861: More fixes for DevGuide.md
This commit is contained in:
parent
28c198adaf
commit
835fc958c0
2 changed files with 30 additions and 7 deletions
|
@ -82,7 +82,7 @@ else {
|
|||
File f = file("ghidra.repos.config")
|
||||
if (!f.exists()) {
|
||||
throw new GradleException("\n\n\n\tUnable to find the local maven repo." +
|
||||
" Ensure you have created the ${f.getName()} file.\n\n\n");
|
||||
" Ensure you have created the ${flatRepo.getName()} directory or ${f.getName()} file.\n\n\n");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue