bmuschko / gradle-clover-plugin

Gradle plugin for generating a code coverage report using Clover
Apache License 2.0
74 stars 49 forks source link

plugin is not compatible with gradle 8.x #158

Closed shanki2502 closed 2 months ago

shanki2502 commented 2 months ago

java.outputDir was deprecated in gradle 7.6.x versions and now its removed from 8.x versions. Current code is using this property, hence plugin is not compatible with 8.x

Alex-Vol commented 2 months ago

I am away for an extended time and I am not sure when I can perform the new release ceremony. I will attempt it remotely although it is a bit complex. I did not bring a laptop to perform work like this with me.

Alex-Vol commented 2 months ago

Resolved as release 3.0.6

shanki2502 commented 2 months ago

Resolved as release 3.0.6

3.0.6 is not available yet. Latest version on https://mvnrepository.com/artifact/com.bmuschko.clover/com.bmuschko.clover.gradle.plugin is still 3.0.3

Alex-Vol commented 2 months ago

The Maven Central publication happens asynchonously by the plugin portal.

See latest here

https://plugins.gradle.org/plugin/com.bmuschko.clover

shanki2502 commented 2 months ago

The Maven Central publication happens asynchonously by the plugin portal.

See latest here

https://plugins.gradle.org/plugin/com.bmuschko.clover

Thank you.