Fix recording of code coverage

This commit is contained in:
Gary Tierney
2018-08-20 01:29:52 +01:00
parent 37547ee3aa
commit 5d84cdf40f
4 changed files with 47 additions and 44 deletions
+4
View File
@@ -2,6 +2,10 @@ subprojects { subproj ->
if (subproj.buildFile.exists()) {
apply plugin: 'apollo-plugin'
test {
useJUnitPlatform()
}
dependencies {
test.useJUnitPlatform()
implementation group: 'com.google.guava', name: 'guava', version: guavaVersion