Skip to content

Commit

Permalink
update jacoco dependency to 0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfaller committed Nov 20, 2019
1 parent 80d5bbd commit 93d01e2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ plugins {
allprojects {
apply plugin: 'idea'

group = 'com.github.gumtreediff'
group = 'com.github.gumt' +
'reediff'
version = '2.1.3-SNAPSHOT'

repositories {
Expand Down Expand Up @@ -89,7 +90,7 @@ def jacocoProjects = subprojects.findAll { it.name in jacocoProjectsNames }
configure(jacocoProjects) {
apply plugin: 'jacoco'
jacoco {
toolVersion = '0.8.3'
toolVersion = '0.8.5'
}

jacocoTestReport {
Expand Down

0 comments on commit 93d01e2

Please sign in to comment.