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
This addresses bazel-contrib#564
tl;dr: In order to support thrift resolution in IJ, we had to use old-style
providers to return the metadata in a shape that IJ understood. Since bazel
0.17, java_common.merge has been changed to support using new-style providers.
This uses new-style providers and gets rid of the previous hack, but note
that this means this change *isn't compatible with bazel < 0.17*
0 commit comments