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

@ -28,7 +28,7 @@ dependencies {
// some tests use classes in Base/src/test and test.slow
testCompile project(':Base').sourceSets.test.output
testCompile project(path: ':Base', configuration: 'testArtifacts')
}
// For Java 9, we must explicitly export references to the internal classes we are using.