From 95aa62288a003eccc73ee499ad640d0ae41f5c98 Mon Sep 17 00:00:00 2001 From: ghidra1 Date: Thu, 20 May 2021 07:28:08 -0400 Subject: [PATCH] GP-194 Corrected test dependency path --- Ghidra/Features/ProgramGraph/build.gradle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Ghidra/Features/ProgramGraph/build.gradle b/Ghidra/Features/ProgramGraph/build.gradle index 2e152e1431..50ed64f25b 100644 --- a/Ghidra/Features/ProgramGraph/build.gradle +++ b/Ghidra/Features/ProgramGraph/build.gradle @@ -25,6 +25,9 @@ eclipse.project.name = 'Features Graph ProgramGraph' dependencies { api project(":Base") + + // some tests use classes in SoftwareModeling + testImplementation project(path: ':SoftwareModeling', configuration: 'testArtifacts') helpPath project(path: ":Base", configuration: 'helpPath') helpPath project(path: ":GraphServices", configuration: 'helpPath')