mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-01-09 14:08:03 -05:00
GP-861: More fixes for DevGuide.md
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user