Skip to content

Commit

Permalink
[ci] Upgrade jacoco to 0.8.8 to support JDK17+ (deepjavalibrary#739)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankfliu authored May 22, 2023
1 parent bdef41a commit 680d9a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
2 changes: 1 addition & 1 deletion tools/gradle/check.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ tasks.withType(Checkstyle) {

apply plugin: 'jacoco'
jacoco {
toolVersion = "0.8.5"
toolVersion = "0.8.8"
}
jacocoTestReport {
reports {
Expand Down

0 comments on commit 680d9a2

Please sign in to comment.