fix: Fix Java and PHP bazel builds on Mac

Specifically it should resolve the broken tar.gz archives issue on mac.

PiperOrigin-RevId: 321904251
This commit is contained in:
Google APIs 2020-07-17 20:57:58 -07:00 committed by Copybara-Service
parent abb30a02aa
commit 5340d28e38
1 changed files with 2 additions and 2 deletions

View File

@ -76,8 +76,8 @@ rules_proto_toolchains()
# section
http_archive(
name = "com_google_api_codegen",
strip_prefix = "gapic-generator-2.4.2",
urls = ["https://github.com/googleapis/gapic-generator/archive/v2.4.2.zip"],
strip_prefix = "gapic-generator-2.4.3",
urls = ["https://github.com/googleapis/gapic-generator/archive/v2.4.3.zip"],
)
# rules_go (support Golang under bazel)