Fixed tests failing due to missing test dependencies

This commit is contained in:
dragonmacher 2020-11-25 11:34:57 -05:00
parent 941ba0caf9
commit 8a5d967a20
2 changed files with 2 additions and 0 deletions

View file

@ -10,5 +10,7 @@ dependencies {
compile project(':Base')
testCompile project(path: ':SoftwareModeling', configuration: 'testArtifacts')
helpPath project(path: ':Base', configuration: 'helpPath') // this module's help has links to Base help files
}