Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Vol authored Sep 18, 2024
1 parent bfacc9a commit a18f448
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,14 @@ Tested with OpenJDK JDK8

| Gradle Version | Works |
|:--------------:| :---: |
| 4.8 | yes |
| 5.6.4 | yes |
| 6.9.2 | yes |
| 7.3.3 | yes |
| 6.1 | yes |
| 6.9.4 | yes |
| 7.6.4 | yes |
| 8.10.1 | yes |

# Gradle version 6.0.1 and older

Compatibility with Gradle 8.x required changes that make the plugin versions greater than 3.0.3 incompatible with Gradle 6.0.1 and older. Use 3.0.3 version or upgrade to a supported version of Gradle.

# Gradle version 4.7 and older

Expand All @@ -59,7 +63,7 @@ example on how to retrieve it from Gradle Plugins Portal:
}

dependencies {
classpath 'com.bmuschko:gradle-clover-plugin:3.0.3'
classpath 'com.bmuschko:gradle-clover-plugin:3.0.7'
}
}

Expand Down

0 comments on commit a18f448

Please sign in to comment.