Updated gradle test dependency

This commit is contained in:
dragonmacher
2022-06-17 09:36:21 -04:00
parent 644e1e5e55
commit 229451ee9c

View File

@@ -31,4 +31,5 @@ dependencies {
testImplementation "org.jmockit:jmockit:1.44"
testImplementation project(path: ':Project', configuration: 'testArtifacts')
}
testImplementation project(path: ':SoftwareModeling', configuration: 'testArtifacts')
}