GP-0: Fix service defaultProvider class name.

This commit is contained in:
Dan
2023-12-04 11:00:26 -05:00
parent df524b4685
commit 65d8d7c6d5
2 changed files with 2 additions and 1 deletions

View File

@@ -32,6 +32,7 @@ dependencies {
testImplementation project(path: ':Debugger', configuration: 'testArtifacts')
testImplementation project(path: ':Framework-AsyncComm', configuration: 'testArtifacts')
testImplementation project(path: ':Framework-Debugging', configuration: 'testArtifacts')
testImplementation project(path: ':Framework-TraceModeling', configuration: 'testArtifacts')
}
task generateProtoPy {