GP-194 Corrected test dependency path

This commit is contained in:
ghidra1
2021-05-20 07:28:08 -04:00
parent d392ed1516
commit 95aa62288a
@@ -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')