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:
parent
abb30a02aa
commit
5340d28e38
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue