We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fa72264 + c54acd1 commit e63158cCopy full SHA for e63158c
repositories.bzl
@@ -521,8 +521,7 @@ def javax_annotation_javax_annotation_api(**kwargs):
521
_generic_dependency("javax_annotation_javax_annotation_api", **kwargs)
522
523
def com_google_errorprone_error_prone_annotations(**kwargs):
524
- # Use //stub:javax_annotation for neverlink=1 support.
525
- _generic_dependency("javax_annotation_javax_annotation_api", **kwargs)
+ _generic_dependency("com_google_errorprone_error_prone_annotations", **kwargs)
526
527
528
#
0 commit comments