mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-02-16 15:40:14 +00:00
GP-0 corrected test build dependencies
This commit is contained in:
parent
600b085e44
commit
84e927caac
@ -28,6 +28,10 @@ dependencies {
|
||||
api project(':Pty')
|
||||
api project(':Debugger')
|
||||
api project(':Debugger-api')
|
||||
|
||||
testImplementation project(path: ':Debugger', configuration: 'testArtifacts')
|
||||
testImplementation project(path: ':Framework-AsyncComm', configuration: 'testArtifacts')
|
||||
testImplementation project(path: ':Framework-Debugging', configuration: 'testArtifacts')
|
||||
}
|
||||
|
||||
task generateProtoPy {
|
||||
|
Loading…
Reference in New Issue
Block a user