Skip to content

Commit

Permalink
bazel: Include @Generated dep for autovalue
Browse files Browse the repository at this point in the history
Fixes #9755
  • Loading branch information
ejona86 committed Dec 21, 2022
1 parent e325dc9 commit f71447c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,8 @@ java_library(
exported_plugins = [":auto_value"],
neverlink = 1,
visibility = ["//:__subpackages__"],
exports = ["@com_google_auto_value_auto_value_annotations//jar"],
exports = [
"@com_google_auto_value_auto_value_annotations//jar",
"@org_apache_tomcat_annotations_api//jar", # @Generated for Java 9+
],
)

0 comments on commit f71447c

Please sign in to comment.