chore: use the latest protoc-java-resource-name-plugin in third_party/googleapis WORKSPACE.

- trace up only one level when calculating parent types with singleton resource names

PiperOrigin-RevId: 304007414
This commit is contained in:
Google APIs 2020-03-31 11:23:14 -07:00 committed by Copybara-Service
parent 87144228bd
commit 690f4d6344
1 changed files with 2 additions and 2 deletions

View File

@ -150,8 +150,8 @@ load("@com_google_api_codegen//:repositories.bzl", "com_google_api_codegen_repos
http_archive(
name = "com_google_protoc_java_resource_names_plugin",
strip_prefix = "protoc-java-resource-names-plugin-7632facb0a1d9f76d9152eefe21422dc55e36524",
urls = ["https://github.com/googleapis/protoc-java-resource-names-plugin/archive/7632facb0a1d9f76d9152eefe21422dc55e36524.zip"],
strip_prefix = "protoc-java-resource-names-plugin-706814edd72934b30a35dc47c04f1a3ba2dc4204",
urls = ["https://github.com/googleapis/protoc-java-resource-names-plugin/archive/706814edd72934b30a35dc47c04f1a3ba2dc4204.zip"],
)
com_google_api_codegen_repositories()