diff --git a/.kokoro/build.sh b/.kokoro/build.sh index 33de9088..521af10e 100755 --- a/.kokoro/build.sh +++ b/.kokoro/build.sh @@ -64,6 +64,7 @@ javadoc) integration) mvn -B ${INTEGRATION_TEST_ARGS} \ -ntp \ + -Dprotobuf.version=4.32.0 \ -Penable-integration-tests \ -DtrimStackTrace=false \ -Dclirr.skip=true \ @@ -74,7 +75,8 @@ integration) ;; graalvm) # Run Unit and Integration Tests with Native Image - mvn test -Pnative -Penable-integration-tests + mvn test -Pnative -Penable-integration-tests \ + -Dprotobuf.version=4.32.0 RETURN_CODE=$? ;; samples)