mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-28 14:05:38 +08:00
committed by
Ryan Kurtz
parent
dfc4ec586a
commit
d160f22f09
@@ -44,17 +44,17 @@ dependencies {
|
||||
def ghidraPath = projectDir.getParentFile().getParentFile().path.replace(File.separator, "/") + "/";
|
||||
|
||||
rootProject.subprojects { p ->
|
||||
p.plugins.withType(JavaPlugin) {
|
||||
def projectPath = p.projectDir.path.replace(File.separator, "/")
|
||||
if (projectPath.startsWith(ghidraPath) && (
|
||||
projectPath.contains("/Framework/") ||
|
||||
projectPath.contains("/Features/") ||
|
||||
projectPath.contains("/Debug/") ||
|
||||
projectPath.contains("/Processors/"))) {
|
||||
def projectPath = p.projectDir.path.replace(File.separator, "/")
|
||||
if (projectPath.startsWith(ghidraPath) && (
|
||||
projectPath.contains("/Framework/") ||
|
||||
projectPath.contains("/Features/") ||
|
||||
projectPath.contains("/Debug/") ||
|
||||
projectPath.contains("/Processors/"))) {
|
||||
|
||||
api p
|
||||
}
|
||||
}
|
||||
evaluationDependsOn(p.path)
|
||||
|
||||
api p
|
||||
}
|
||||
}
|
||||
|
||||
// some tests use classes in Base, FunctionGraph and PDB
|
||||
|
||||
Reference in New Issue
Block a user