mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 09:49:23 +02:00
Gradle - updated gradle to run when not using standard repo names -
review fixes
This commit is contained in:
parent
68931f01d6
commit
958b187643
1 changed files with 7 additions and 0 deletions
|
@ -53,6 +53,13 @@ if (file("flatRepo").isDirectory()) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else {
|
||||||
|
File f = new File("ghidra.repos.config");
|
||||||
|
if (!f.exists()) {
|
||||||
|
throw new GradleException("\n\nUnable to find the local maven repo." +
|
||||||
|
" Ensure you have created the ${f.getName()} file.\n\n");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Create a set containing all the platforms we need when building native
|
* Create a set containing all the platforms we need when building native
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue