bazel-deps icon indicating copy to clipboard operation
bazel-deps copied to clipboard

excludes of scala artifacts (probably) use their full name

Open johnynek opened this issue 6 years ago • 0 comments

We try to hide the scala version of scala artifacts, but the code that handles excludes in rules currently ignores scala language.

To exclude scala, you will probably need to do "com.example:bar_2.11".

It shouldn't be too hard to fix. The easiest is probably to exclude both a java and the scala version of the unversioned maven dependency.

johnynek avatar Apr 24 '18 17:04 johnynek