Skip to content

Commit 2b93e61

Browse files
authored
impl(gkeconnect): only needs proto target (#14898)
1 parent b08150c commit 2b93e61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/cloud/gkeconnect/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ licenses(["notice"]) # Apache 2.0
2121
service_dirs = ["gateway/v1/"]
2222

2323
googleapis_deps = [
24-
"@com_google_googleapis//google/cloud/gkeconnect/gateway/v1:gateway_cc_grpc",
24+
"@com_google_googleapis//google/cloud/gkeconnect/gateway/v1:gateway_cc_proto",
2525
]
2626

2727
cc_gapic_library(

0 commit comments

Comments
 (0)