You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With hindsight, adding support for Maven-style exclusions to this plugin was a mistake. It's easily the most complex part of the code and has had a number of performance problems over the years. Strictly speaking, it also isn't really related to dependency management. In its place, users should use one of Gradle's existing mechanisms for excluding dependencies.
The text was updated successfully, but these errors were encountered:
With hindsight, adding support for Maven-style exclusions to this plugin was a mistake. It's easily the most complex part of the code and has had a number of performance problems over the years. Strictly speaking, it also isn't really related to dependency management. In its place, users should use one of Gradle's existing mechanisms for excluding dependencies.
The text was updated successfully, but these errors were encountered: