Yun Peng
Yun Peng
@peakschris Thanks for reporting and diagnose this issue!
There is really little we can do in Bazel. The only way around is to choose a shorter name for the repository, files or the vendor path.
@peakschris Can you elaborate more? The file path is determined by the repo itself. I don't think vendor mode can arbitrarily change the path?
Ping @Wyverald
I also hit this in: https://github.com/bazelbuild/bazel/issues/22719 One question is, should grpc use the default `@maven` repo so that it uses the same set of dependencies as the root project or...
Another question is should protobuf users even depend on `//java/util`? Or they should just fetch the protobuf jars with rules_jvm_external?