Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing javax.annotation dependency
Fixes bazelbuild#321. Bazel/Dagger integration requires javax.annotation to be on the classpath to generate @generated annotation. Recent ErrorProne releases (started from 2.3.3) added new bug pattern: RefersToDaggerCodegen that is flagging the code as invalid, as it doesn't realized that the code is generated. Due to this problem, a previous attemt to bump EP version in Bazel was reverted. Fixing it would allow us to make another attempt to update EP version in Bazel.
- Loading branch information