Skip to content

Commit

Permalink
chore: use grpc version defined in gax-java, rather than googleapis/W…
Browse files Browse the repository at this point in the history
…ORKSPACE (#2038)
  • Loading branch information
JoeWang1127 authored Sep 26, 2023
1 parent 3add10e commit 19f5b38
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions library_generation/test/generate_library_integration_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ gapic_generator_version=$(get_version_from_WORKSPACE "_gapic_generator_java_vers
echo "The version of gapic-generator-java is ${gapic_generator_version}."
protobuf_version=$(get_version_from_WORKSPACE "protobuf-" WORKSPACE "-")
echo "The version of protobuf is ${protobuf_version}"
grpc_version=$(get_version_from_WORKSPACE "_grpc_version" WORKSPACE "=")
echo "The version of protoc-gen-grpc-java plugin is ${gapic_generator_version}."
popd # googleapis
popd # output_folder

Expand All @@ -79,7 +77,6 @@ grep -v '^ *#' < "${proto_path_list}" | while IFS= read -r line; do
-d "${destination_path}" \
--gapic_generator_version "${gapic_generator_version}" \
--protobuf_version "${protobuf_version}" \
--grpc_version "${grpc_version}" \
--gapic_additional_protos "${gapic_additional_protos}" \
--transport "${transport}" \
--rest_numeric_enums "${rest_numeric_enums}" \
Expand Down

0 comments on commit 19f5b38

Please sign in to comment.