Skip to content

Commit

Permalink
chore(java): normalize service_yaml path in google/pubsub/v1/BUILD.bazel
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 639134152
  • Loading branch information
Google APIs authored and copybara-github committed May 31, 2024
1 parent 06719db commit de913f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/pubsub/v1/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ java_gapic_library(
gapic_yaml = "pubsub_gapic.yaml",
grpc_service_config = "pubsub_grpc_service_config.json",
rest_numeric_enums = True,
service_yaml = ":pubsub_v1.yaml",
service_yaml = "pubsub_v1.yaml",
test_deps = [
":pubsub_java_grpc",
"//google/iam/v1:iam_java_grpc",
Expand Down

0 comments on commit de913f6

Please sign in to comment.