Skip to content

Commit

Permalink
fix: Add PubSub to service.yaml / mixin allowlist (#729)
Browse files Browse the repository at this point in the history
  • Loading branch information
miraleung committed May 21, 2021
1 parent 9cc9b89 commit e7f6d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules_java_gapic/java_gapic.bzl
Expand Up @@ -14,7 +14,7 @@

load("@com_google_api_codegen//rules_gapic:gapic.bzl", "proto_custom_library", "unzipped_srcjar")

SERVICE_YAML_ALLOWLIST = ["clouddms", "cloudkms", "datastream"]
SERVICE_YAML_ALLOWLIST = ["clouddms", "cloudkms", "datastream", "pubsub"]
NO_GRPC_CONFIG_ALLOWLIST = ["library"]

def _java_gapic_postprocess_srcjar_impl(ctx):
Expand Down

0 comments on commit e7f6d33

Please sign in to comment.