-
Notifications
You must be signed in to change notification settings - Fork 15.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.7.0 release fails to build with bazel due to missing error prone dependency #5795
Labels
Comments
davido
added a commit
to davido/protobuf
that referenced
this issue
Mar 3, 2019
Recently dependency to error_prone_annotations was added to the code, but only Maven build tool chain was updated. Closes protocolbuffers#5795.
acozzette
pushed a commit
that referenced
this issue
Mar 8, 2019
Recently dependency to error_prone_annotations was added to the code, but only Maven build tool chain was updated. Closes #5795.
davido
added a commit
to davido/protobuf
that referenced
this issue
Mar 8, 2019
Recently dependency to error_prone_annotations was added to the code, but only Maven build tool chain was updated. Closes protocolbuffers#5795.
acozzette
pushed a commit
that referenced
this issue
Mar 8, 2019
Recently dependency to error_prone_annotations was added to the code, but only Maven build tool chain was updated. Closes #5795.
This change has made it impossible for other Bazel projects to depend on this repository and provide the necessary binding to errorprone, see: #5905 |
@perezd Are you talking about something has been fixed in 3.7.x branch (but haven't released)? |
Derp, yes in fact I am. I didn't catch that this was not in 3.7.0. OK, any idea when that would be available? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What version of protobuf and what language are you using?
Version: 3.7.0
Language: Java
What operating system (Linux, Windows, ...) and version?
Debian based linux.
What runtime / compiler are you using (e.g., python version or gcc version)
What did you do?
bazel build //:protobuf_java_util
What did you expect to see
Build completed successfully
What did you see instead?
Anything else we should know about your project / environment
The text was updated successfully, but these errors were encountered: