mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-22 10:02:49 +08:00
GP-194 Corrected test dependency path
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user