diff --git a/Ghidra/Test/IntegrationTest/build.gradle b/Ghidra/Test/IntegrationTest/build.gradle index c2c12dafcd..9ffe443bab 100644 --- a/Ghidra/Test/IntegrationTest/build.gradle +++ b/Ghidra/Test/IntegrationTest/build.gradle @@ -9,6 +9,8 @@ eclipse.project.name = '_Integration Test' *********************************************************************************/ dependencies { + // integrationtest module may depend on other projects in this repo; add them + // here rootProject.subprojects { p -> p.plugins.withType(JavaPlugin) { def projectPath = p.projectDir.path.replace(File.separator, "/")