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

Detekt tasks are being registered when using the 1.7.0 dev gradle plugin #5028

Open
eygraber opened this issue Jun 25, 2024 · 1 comment
Open
Labels
bug Something isn't working submitted

Comments

@eygraber
Copy link
Contributor

Describe the bug
I've been playing around with the 1.7.0 dev builds of the gradle plugin, and starting from 1.7.0-dev1688 I get an error saying that:

Cannot add task 'detektMetadataTest' as a task with that name already exists.

I use detekt in my project, so my assumption is that something in the Compose gradle plugin has started registering detekt tasks which is causing the error.

@eygraber eygraber added bug Something isn't working submitted labels Jun 25, 2024
@eygraber
Copy link
Contributor Author

Looks like it's specifically for the task detektMetadataTest.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working submitted
Projects
None yet
Development

No branches or pull requests

2 participants
@eygraber and others