File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ java_binary(
112112java_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(
125125java_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
You can’t perform that action at this time.
0 commit comments