@@ -72,6 +72,7 @@ javadoc)
7272integration)
7373 mvn -B ${INTEGRATION_TEST_ARGS} \
7474 -ntp \
75+ -Dprotobuf.version=4.32.0 \
7576 -Penable-integration-tests \
7677 -DtrimStackTrace=false \
7778 -Dclirr.skip=true \
@@ -83,6 +84,7 @@ integration)
8384integration-cloud-devel)
8485 mvn -B ${INTEGRATION_TEST_ARGS} \
8586 -ntp \
87+ -Dprotobuf.version=4.32.0 \
8688 -Penable-integration-tests \
8789 -DtrimStackTrace=false \
8890 -Dclirr.skip=true \
@@ -97,6 +99,7 @@ integration-cloud-devel)
9799integration-cloud-staging)
98100 mvn -B ${INTEGRATION_TEST_ARGS} \
99101 -ntp \
102+ -Dprotobuf.version=4.32.0 \
100103 -Penable-integration-tests \
101104 -DtrimStackTrace=false \
102105 -Dclirr.skip=true \
@@ -110,13 +113,15 @@ integration-cloud-staging)
110113 ;;
111114graalvm)
112115 # Run Unit and Integration Tests with Native Image.
113- mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative -Penable-integration-tests test " -Dtest=com.google.cloud.spanner.jdbc.it.**"
116+ mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative -Penable-integration-tests test " -Dtest=com.google.cloud.spanner.jdbc.it.**" \
117+ -Dprotobuf.version=4.32.0
114118 RETURN_CODE=$?
115119 ;;
116120graalvmA)
117121 # Run Unit and Integration Tests with Native Image A.
118122
119- NATIVE_IMAGE_OPTIONS=" --strict-image-heap" mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative -Penable-integration-tests test " -Dtest=com.google.cloud.spanner.jdbc.it.**"
123+ NATIVE_IMAGE_OPTIONS=" --strict-image-heap" mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative -Penable-integration-tests test " -Dtest=com.google.cloud.spanner.jdbc.it.**" \
124+ -Dprotobuf.version=4.32.0
120125 RETURN_CODE=$?
121126 ;;
122127samples)
0 commit comments