diff --git a/Ghidra/Features/VersionTracking/build.gradle b/Ghidra/Features/VersionTracking/build.gradle index 528457992d..4ea07d1ea0 100644 --- a/Ghidra/Features/VersionTracking/build.gradle +++ b/Ghidra/Features/VersionTracking/build.gradle @@ -15,4 +15,5 @@ dependencies { helpPath project(path: ":Base", configuration: "helpPath") testCompile "org.jmockit:jmockit:1.44" + testCompile project(path: ':Project', configuration: 'testArtifacts') }