diff --git a/.kokoro/build.sh b/.kokoro/build.sh index e1b04b4fd..d3b27195f 100755 --- a/.kokoro/build.sh +++ b/.kokoro/build.sh @@ -73,6 +73,7 @@ integration) mvn -B ${INTEGRATION_TEST_ARGS} \ -ntp \ -Penable-integration-tests \ + -Dprotobuf.version=4.29.4 \ -DtrimStackTrace=false \ -Dclirr.skip=true \ -Denforcer.skip=true \ @@ -84,6 +85,7 @@ integration-cloud-devel) mvn -B ${INTEGRATION_TEST_ARGS} \ -ntp \ -Penable-integration-tests \ + -Dprotobuf.version=4.29.4 \ -DtrimStackTrace=false \ -Dclirr.skip=true \ -Denforcer.skip=true \ @@ -98,6 +100,7 @@ integration-cloud-staging) mvn -B ${INTEGRATION_TEST_ARGS} \ -ntp \ -Penable-integration-tests \ + -Dprotobuf.version=4.29.4 \ -DtrimStackTrace=false \ -Dclirr.skip=true \ -Denforcer.skip=true \