You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove Cobertura Maven Plugin, as it is not compatible with Java 11. (#98)
* Remove Cobertura Maven Plugin, as it is not compatible with Java 11.
While JaCoCo is a likely replacement, actually plugging that in would
likely also require integration with whatever the build was using to
visualize the results. It is unlikely there is a direct replacement
option there.
Removing Cobertura at least ensures the build is not left in a broken
state, even though Coverage information may then be missing. Any
coverage visualization is likely to surface that for users.
* Tag on cobertura removal in java8-to-java11.yml
0 commit comments