Add proto3 Any proto support for Java task api
PiperOrigin-RevId: 547836041
This commit is contained in:
committed by
Copybara-Service
parent
e37bedd344
commit
8b59567cb7
Vendored
+7
@@ -378,3 +378,10 @@ java_library(
|
||||
"@maven//:com_google_auto_value_auto_value_annotations",
|
||||
],
|
||||
)
|
||||
|
||||
java_proto_library(
|
||||
name = "any_java_proto",
|
||||
deps = [
|
||||
"@com_google_protobuf//:any_proto",
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user