Cobertura for latest Gradle?

Has anyone gotten the Cobertura plugin to work with 1.0-rc-X?

It does work for me. What is your problem?

It causes gradle tasks to not work in a multi-project build, and I have a workaround for this (explicitly define a cleanTest task, this was hinted in this forum, search for ConcurrentModificationException).

I don’t use the supplied init script though, but declare a binary dependency myself and call apply plugin directly. In case that script would cause a problem, I wouldn’t notice.