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

Deprecate consumption of code quality + antlr plugin configurations #16974

Closed
rieske opened this issue Apr 26, 2021 · 0 comments · Fixed by #17132
Closed

Deprecate consumption of code quality + antlr plugin configurations #16974

rieske opened this issue Apr 26, 2021 · 0 comments · Fixed by #17132

Comments

@rieske
Copy link
Contributor

rieske commented Apr 26, 2021

Code quality plugins (and antlr plugin) declare a configuration for dependencies of the specific tool. Those configurations are by default both consumable and resolvable. They are only meant to be resolved by the project applying a plugin and should not be consumed by other projects.

Adding attributes on such configurations (related: #13736) will cause ambiguities in resolution: #16969

The said configurations should only be resolved in the declaring project and made unavailable for consumption. This will be a breaking change and thus consumption of those configurations should first be deprecated for removal in Gradle 8.0.

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

Successfully merging a pull request may close this issue.

1 participant