Skip to content

Commit

Permalink
Merge pull request #517 from apjanke/jacoco-jdk-11
Browse files Browse the repository at this point in the history
Force Jacoco version 0.8.2 for OpenJDK 11 compatibility
  • Loading branch information
domesticmouse committed Nov 24, 2018
2 parents 310d81e + 8488993 commit b06d1f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ javadoc {
}
}

jacoco {
toolVersion = "0.8.2" // non-default version 0.8.2 required for OpenJDK 11 compatibility
}

jacocoTestReport {
reports {
xml.enabled = true // coveralls plugin depends on xml format report
Expand Down

0 comments on commit b06d1f5

Please sign in to comment.