chore: update gapic-generator to v2.1.0
changes include: - add proto3_optional flag to proto_custom_library - update gax-java dependency version PiperOrigin-RevId: 315402995
This commit is contained in:
parent
dd244bb3a5
commit
0fb2fbf04f
|
|
@ -75,8 +75,8 @@ rules_proto_toolchains()
|
|||
# section
|
||||
http_archive(
|
||||
name = "com_google_api_codegen",
|
||||
strip_prefix = "gapic-generator-2.0.3",
|
||||
urls = ["https://github.com/googleapis/gapic-generator/archive/v2.0.3.zip"],
|
||||
strip_prefix = "gapic-generator-2.1.0",
|
||||
urls = ["https://github.com/googleapis/gapic-generator/archive/v2.1.0.zip"],
|
||||
)
|
||||
|
||||
# rules_go (support Golang under bazel)
|
||||
|
|
|
|||
Loading…
Reference in New Issue