Skip to content

Commit

Permalink
Update JaCoCo to 0.8.1 (JDK10)
Browse files Browse the repository at this point in the history
  • Loading branch information
garyrussell committed May 23, 2018
1 parent 7a1653b commit 5518450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -90,7 +90,7 @@ subprojects { subproject ->
eclipse.project.natures += 'org.springframework.ide.eclipse.core.springnature'

jacoco {
toolVersion = '0.7.9'
toolVersion = '0.8.1'
}

// dependencies that are common across all java projects
Expand Down

0 comments on commit 5518450

Please sign in to comment.