What is the bug?
The diffCoverage plugin is not JDK 21 compatible, and a PR to fix it is unmerged since November 2023:
How can one reproduce the bug?
./gradlew test
./gradlew diffCoverage
What is the expected behavior?
A diff coverage report similar to what CodeCov provides on PRs, but prior to actually creating a PR
What is your host/environment?
JDK 21
Do you have any additional context?
The linked issue suggests switching to the Delta Coverage plugin.
Fixing this also needs a doc update in the developer guide.
What is the bug?
The
diffCoverageplugin is not JDK 21 compatible, and a PR to fix it is unmerged since November 2023:How can one reproduce the bug?
./gradlew test./gradlew diffCoverageWhat is the expected behavior?
A diff coverage report similar to what CodeCov provides on PRs, but prior to actually creating a PR
What is your host/environment?
JDK 21
Do you have any additional context?
The linked issue suggests switching to the Delta Coverage plugin.
Fixing this also needs a doc update in the developer guide.