diff --git a/.kokoro/build.sh b/.kokoro/build.sh index 3fa75a47d..c40ae4ebc 100755 --- a/.kokoro/build.sh +++ b/.kokoro/build.sh @@ -69,6 +69,7 @@ javadoc) integration) mvn -B ${INTEGRATION_TEST_ARGS} \ -ntp \ + -Dprotobuf.version=4.33.0 \ -Penable-integration-tests \ -DtrimStackTrace=false \ -Dclirr.skip=true \ @@ -82,7 +83,8 @@ integration) ;; graalvm) # Run Unit and Integration Tests with Native Image - mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative test -Dfmt.skip=true + mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative test -Dfmt.skip=true \ + -Dprotobuf.version=4.33.0 RETURN_CODE=$? ;; samples)