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
Per #67, classifiers are not supported in the dependency management plugin. However, the only thing in the documentation that relates to classifiers is specifically talking about their use in exclusions, and not their use in a dependency version:
Gradle does not provide an API for accessing a dependency’s classifier during resolution. Unfortunately, this means that dependency management-based exclusions will not work when a classifier is involved.
It would be helpful if the documentation made it clear that classifiers cannot be specified on dependencies, and not just that classifiers don't work with exclusions.
For instance, the following does not pick the version of the dependency with the "general" classifier (and fails to do so silently):
Per #67, classifiers are not supported in the dependency management plugin. However, the only thing in the documentation that relates to classifiers is specifically talking about their use in exclusions, and not their use in a dependency version:
It would be helpful if the documentation made it clear that classifiers cannot be specified on dependencies, and not just that classifiers don't work with exclusions.
For instance, the following does not pick the version of the dependency with the "general" classifier (and fails to do so silently):
Related Stack Overflow issue
The text was updated successfully, but these errors were encountered: