GP-0 corrected test build dependencies

This commit is contained in:
ghidra1 2023-12-02 07:54:51 -05:00
parent 600b085e44
commit 84e927caac

View File

@ -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 {