GP-0: Fix test dependency

This commit is contained in:
Dan 2023-11-03 11:01:44 -04:00
parent 9c6eabfbb3
commit 235b27ae0c

View File

@ -67,6 +67,7 @@ dependencies {
testImplementation project(path: ':Framework-AsyncComm', configuration: 'testArtifacts')
testImplementation project(path: ':Framework-Debugging', configuration: 'testArtifacts')
testImplementation project(path: ':Debugger', configuration: 'testArtifacts')
testImplementation project(path: ':Debugger-rmi-trace', configuration: 'testArtifacts')
}
// For Java 9, we must explicitly export references to the internal classes we are using.