diff --git a/Ghidra/Test/IntegrationTest/build.gradle b/Ghidra/Test/IntegrationTest/build.gradle index 9fb9a347e0..5fa906b38f 100644 --- a/Ghidra/Test/IntegrationTest/build.gradle +++ b/Ghidra/Test/IntegrationTest/build.gradle @@ -46,6 +46,7 @@ dependencies { p.plugins.withType(JavaPlugin) { def projectPath = p.projectDir.path.replace(File.separator, "/") if (projectPath.startsWith(ghidraPath) && ( + projectPath.contains("/Extensions/") || projectPath.contains("/Framework/") || projectPath.contains("/Features/") || projectPath.contains("/Debug/") ||