Fix jacoco build error

Issue gh-95
This commit is contained in:
Joe Grandja
2020-07-24 09:37:49 -04:00
parent 69bb7f5b4f
commit ca110f1dcf
2 changed files with 10 additions and 3 deletions

View File

@@ -15,3 +15,7 @@ dependencies {
provided 'javax.servlet:javax.servlet-api'
}
jacoco {
toolVersion = '0.8.5'
}