Skip to content

Commit d5f772a

Browse files
authored
Merge branch 'main' into bump-gax-version
2 parents 1f21df3 + e5bd1a3 commit d5f772a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ java_binary(
112112
java_binary(
113113
name = "protoc-gen-code_generator_request_dumper",
114114
main_class = "com.google.api.generator.debug.CodeGeneratorRequestDumper",
115-
runtime_deps = [":protoc-gen-java_gapic"] + MAIN_DEPS_DEBUG_RUNTIME_ONLY,
115+
runtime_deps = [":protoc-gen-java_gapic"] + MAIN_DEPS + MAIN_DEPS_DEBUG_RUNTIME_ONLY,
116116
)
117117

118118
# A binary similar to protoc-gen-java_gapic but reads the CodeGeneratorRequest
@@ -125,7 +125,7 @@ java_binary(
125125
java_binary(
126126
name = "code_generator_request_file_to_gapic_main",
127127
main_class = "com.google.api.generator.debug.CodeGeneratorRequestFileToGapicMain",
128-
runtime_deps = [":protoc-gen-java_gapic"] + MAIN_DEPS_DEBUG_RUNTIME_ONLY,
128+
runtime_deps = [":protoc-gen-java_gapic"] + MAIN_DEPS + MAIN_DEPS_DEBUG_RUNTIME_ONLY,
129129
)
130130

131131
# another test resource

0 commit comments

Comments
 (0)