[feat(jdk)]: support jdk 21
Synchronize the update to JDK21 for jacoco 0.8.11
hi, could this be merged?
@Lauri-Nomme seems the project is not maintained any more. You can switch to analogue https://github.com/gw-kit/delta-coverage-plugin
thx, i ended up forking the project to https://github.com/unapplicable/diff-coverage-gradle
the delta-coverage-plugin seems to create a huge load of unnecessary tasks (for "views"), when i just need to create a single one, and this behavior cannot be disabled as it seems.
@Lauri-Nomme Delta-Coverage plugin has a lot of handy features. For example, console report that extremely useful for local runs. See changelog to observe all differences between the plugins.
View - is a great feature, especially if u have multiple source sets, for example:
-
test- for unit test -
integrationTest- for integration tests - etc
If you have a single source set then you won't observe any significant performance degradation. And I bet you won't see any performance difference if you have multiple source sets.
Also, If you use GitHub Actions then you can render the coverage results. See example.
If you still don't want using views then you can apply delta-coverage v2.5.0 without the feature