Merge remote-tracking branch 'origin/GP-0-master_Dan_testFixes-2023-11-03-1'

This commit is contained in:
Ryan Kurtz
2023-11-03 13:18:40 -04:00

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.