Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
error: [RefersToDaggerCodegen] Don't refer to Dagger's internal or ge…
…nerated code This is a reproducer to the error reported by new error prone version 2.3.4. Note that due to this breakage the last attempt to upgrade Error Prone in Bazel was reverted: [1], [2]. Test Plan: On Linux run: $ bazel build \ --java_toolchain=@remote_java_tools_linux//:toolchain --host_java_toolchain=@remote_java_tools_linux//:toolchain src/main/kotlin/... Note, that this should be executed on Linux platform, because I have not built custom java_tool with this CL included: [3] on Mac Os X yet. [1] bazelbuild/bazel#10023 [2] bazelbuild/bazel@d990746 [3] bazelbuild/bazel#11271
- Loading branch information