-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugin fails when testCoverageEnabled = true #194
Comments
Same problem! |
In my case the problem was that the project structure is old. There is only one build.gradle and no sub folder for actual sourcecode (e.g. app). |
I had different modules with their own build gradle. Everthing seemed good until I set testcoveragenabled in one of the module build.gradle. |
Ditto. Adding |
I try to us this plugin instead of the old unsupported jacoco plugin.
https://github.com/nextcloud/android-library/pull/612/files#diff-49a96e7eea8a94af862798a45174e6ac43eb4f8b4bd40759b5da63ba31ec3ef7L16
Here you can see how I changed it.
But when running ./gradlew assemble or ./gradle tasks it fails with:
Stacktrace/info/debug does not help me.
The text was updated successfully, but these errors were encountered: