With gradle 1.2.3 and android studio, running ./gradlew createDebugCoverageReport gives me a coverage report based on my project's tests.
Switching to gradle 1.3.0 causes this task to fail, giving me Task 'createDebugCoverageReport' not found in root project '[edited]'. Looking at gradle's source code, the jacoco part has been removed in 1.3.0 1.2.3 source, 1.3.0 source
I can't find any discussion on why was it removed and/or how can I run this coverage report using gradle 1.3.0. Any ideas?