Skip to content

Commit

Permalink
chore: Fix CI issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lqiu96 committed Nov 21, 2024
1 parent 4d453ba commit 6e9b66f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ source "$scriptDir/common.sh"
setup_maven_mirror

pushd gapic-generator-java-pom-parent
sed -i "/<protobuf.version>.*<\/protobuf.version>/s/\(.*<protobuf.version>\).*\(<\/protobuf.version>\)/\1${PROTOBUF_RUNTIME_VERSION}\2/" gapic-generator-java-pom-parent/pom.xml
sed -i "/<protobuf.version>.*<\/protobuf.version>/s/\(.*<protobuf.version>\).*\(<\/protobuf.version>\)/\1${PROTOBUF_RUNTIME_VERSION}\2/" pom.xml
popd

install_repo_modules '!gapic-generator-java'
Expand Down

0 comments on commit 6e9b66f

Please sign in to comment.