-
Notifications
You must be signed in to change notification settings - Fork 111
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
Jacoco Task taking forever #60
Comments
I am seeing similar behavior with 0.1.4. It only happens intermittently but occasionally I'll the jacocoDevDebug job running for 5 to 10 minutes. |
I've tried below approach:
See original issue here & here (about kotlin gradle)
See original article here & here
|
This is happening to me, but I'm not even using this plugin. I'm using https://github.com/vanniktech/gradle-android-junit-jacoco-plugin |
This is still happening for 50 per cent of the build. Any way to fix this or to get rid of the plugin all together? |
Unfortunately this issue is still happening. Has anyone been able to find a workaround? |
The Jacoco Task sometimes takes forever to run. Sometimes, it runs immediately and other times, it just gets stuck doing the same task over and over again. You can see the gradle task in the picture below. The gradle file (slimmed down to important info) looks like:
build.gradle Project Level
build.gradle App Level
The text was updated successfully, but these errors were encountered: