mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-01-09 22:17:55 -05:00
Gradle - updated gradle to run when not using standard repo names -
review fixes
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user