a few more gradle tweaks

This commit is contained in:
ghidravore 2019-04-29 15:48:35 -04:00
parent 1f82aa5e8e
commit ae8e6302f3
3 changed files with 3 additions and 3 deletions

View file

@ -33,5 +33,5 @@ dependencies {
helpPath project(path: ":Base", configuration: 'helpPath')
// include code from src/test/slow in Base
testCompile project(':Base').sourceSets.integrationTest.output
testCompile project(path: ':Base', configuration: 'integrationTestArtifacts')
}