Experience implementing Cobertura, similar to what Maven integration provides?

I’m converting a Maven build to use Gradle. This Maven build uses Cobertura to generate code coverage data from the unit tests. I’ll need to integrate Cobertura into the Gradle build so that it produces as close as possible to the same result as it did with Maven.

I noticed the “gradle-cobertura-plugin” in the plugin portal. I’ve examined the usage page, and I filed an issue for clarification of how to integrate it.

Does anyone have experience with this plugin or determined that a different approach is required or useful, particularly to produce results similar to what Maven produces?