Skip to content
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

Dublicate Runnable Issue #14

Closed
technoscope opened this issue Aug 13, 2022 · 6 comments
Closed

Dublicate Runnable Issue #14

technoscope opened this issue Aug 13, 2022 · 6 comments

Comments

@technoscope
Copy link

Caused by: org.gradle.workers.internal.DefaultWorkerExecutor$WorkExecutionException: A failure occurred while executing com.android.build.gradle.internal.tasks.CheckDuplicatesRunnable

@rahulspiral
Copy link

rahulspiral commented Sep 1, 2022

Did you solved the issue? I am also getting the same error.

@chirag-ji
Copy link
Owner

Is this while building or any other task you performed?

@chirag-ji
Copy link
Owner

I'm unable to reproduce duplicate runner issue, but I was getting duplicate class issues in some of components, and adding this block of gradle script allows a successful build

configurations.implementation {
    exclude group: "org.apache.poi", module: "poi-ooxml-lite"
    exclude group: "org.apache.poi", module: "poi-ooxml-full"
    exclude group: "org.apache.httpcomponents", module: "httpclient"
    exclude group: "com.itextpdf", module: "itext-asian"
}

@rahulspiral
Copy link

Is this while building or any other task you performed?

yes the error is showing while building.

@chirag-ji
Copy link
Owner

is the above snip config helped ?

@chirag-ji
Copy link
Owner

closing due to inactivity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants