gradle-cobertura-plugin
gradle-cobertura-plugin copied to clipboard
update to Gradle 7.2 to support JDK 8 to 16 and fix #175, #176 & #177
Still working on getting tests to pass. Will update again when completed
There's a few things in the PR:
Updating Gradle to 7.2
I would've updated to latest but that caused tests to fail due to a Gradle regression. To be able to build with JDK 17 gradle will need to be updated to 7.4
Add Github Action
basically runs ./gradlew build check
with numerous Java versions to ensure future PR's don't break anything.
Fix problem in GenerateReportTask
I'm not a Gradle Plugin expert but from what I can tell this was the appropriate way to resolve #175, #176 & #177