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
I have some protocol buffer files generated with an older version of protoc. Compiling those fails if when I add contrib_rules_jvm to MODULES.bazel. I think contrib_rules_jvm is loading a different version of protocol buffers, and that version is added as a dependency when compiling the java_library.