vanniktech / gradle-android-junit-jacoco-plugin

Gradle plugin that generates JaCoCo reports from an Android Gradle Project
http://vanniktech.com
Apache License 2.0
400 stars 76 forks source link

Getting exception on build #177

Closed mesudip closed 4 years ago

mesudip commented 4 years ago

On a project with multiple modules, I am applying the plugin on the root level build.gradle file. It is producing following error

> org.gradle.internal.metaobject.AbstractDynamicObject$CustomMessageMissingMethodException: Could not find method destination() for arguments [/root/Documents/projects/test-app/app/build/reports/jacoco/debug/jacoco.xml] on Report xml of type org.gradle.api.reporting.internal.TaskGeneratedSingleFileReport
vanniktech commented 4 years ago

Which gradle version are you using? Might be that they have removed that property.

vanniktech commented 4 years ago

I'm closing this issue due to inactivity. If you have any further input on the issue, don't hesitate to reopen this issue or post a new one.