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
excludeAll(
ExclusionRule(organization ="group-id", name ="artifact-id_${props.scalaBinaryVersion}"),
ExclusionRule(organization ="group-id2", name ="artifact-id2"),
)
Task
Summary
Exclude should not have Scala binary version suffix.
Project Details
Version:
1.4.0.
Description
The current exclusions look like
These should be done like these instead.
It is much cleaner this way.
The text was updated successfully, but these errors were encountered: