Skip to content

Commit f08300e

Browse files
ejona86sergiitk
authored andcommitted
bazel: Include @Generated dep for autovalue
Fixes #9755
1 parent 6adae08 commit f08300e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

BUILD.bazel

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,8 @@ java_library(
6464
exported_plugins = [":auto_value"],
6565
neverlink = 1,
6666
visibility = ["//:__subpackages__"],
67-
exports = ["@com_google_auto_value_auto_value_annotations//jar"],
67+
exports = [
68+
"@com_google_auto_value_auto_value_annotations//jar",
69+
"@org_apache_tomcat_annotations_api//jar", # @Generated for Java 9+
70+
],
6871
)

0 commit comments

Comments
 (0)