gradle-cobertura-plugin icon indicating copy to clipboard operation
gradle-cobertura-plugin copied to clipboard

update to Gradle 7.2 to support JDK 8 to 16 and fix #175, #176 & #177

Open SingingBush opened this issue 2 years ago • 3 comments

SingingBush avatar May 19 '22 22:05 SingingBush

Still working on getting tests to pass. Will update again when completed

SingingBush avatar May 20 '22 00:05 SingingBush

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

SingingBush avatar May 21 '22 10:05 SingingBush