From 70757b658ebbcd16b04698dc056b93e779e6b6b7 Mon Sep 17 00:00:00 2001 From: Ryan Kurtz Date: Wed, 7 Aug 2019 09:49:55 -0400 Subject: [PATCH] Fixing merge build issue. --- Ghidra/Test/IntegrationTest/build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Ghidra/Test/IntegrationTest/build.gradle b/Ghidra/Test/IntegrationTest/build.gradle index b924beac30..8f9d26fd03 100644 --- a/Ghidra/Test/IntegrationTest/build.gradle +++ b/Ghidra/Test/IntegrationTest/build.gradle @@ -8,9 +8,10 @@ eclipse.project.name = '_Integration Test' * Build dependencies *********************************************************************************/ dependencies { - // integrationtest module may depend on other projects in this repo; add them // here + def ghidraPath = projectDir.getParentFile().getParentFile().path.replace(File.separator, "/") + "/"; + rootProject.subprojects { p -> p.plugins.withType(JavaPlugin) { def projectPath = p.projectDir.path.replace(File.separator, "/")