Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.

Commit aa0ce19

Browse files
committed
chore: Test with Protobuf-Java v4.29.4
1 parent ff3d212 commit aa0ce19

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.kokoro/build.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ integration)
9393
mvn -B ${INTEGRATION_TEST_ARGS} \
9494
-ntp \
9595
-Penable-integration-tests \
96+
-Dprotobuf.version=4.29.4 \
9697
-Djava.net.preferIPv4Stack=true \
9798
-DtrimStackTrace=false \
9899
-Dclirr.skip=true \
@@ -108,6 +109,7 @@ integration-directpath-enabled)
108109
mvn -B ${INTEGRATION_TEST_ARGS} \
109110
-ntp \
110111
-Penable-integration-tests \
112+
-Dprotobuf.version=4.29.4 \
111113
-Djava.net.preferIPv4Stack=true \
112114
-DtrimStackTrace=false \
113115
-Dclirr.skip=true \
@@ -123,6 +125,7 @@ integration-multiplexed-sessions-enabled)
123125
mvn -B ${INTEGRATION_TEST_ARGS} \
124126
-ntp \
125127
-Penable-integration-tests \
128+
-Dprotobuf.version=4.29.4 \
126129
-Djava.net.preferIPv4Stack=true \
127130
-DtrimStackTrace=false \
128131
-Dclirr.skip=true \
@@ -138,6 +141,7 @@ integration-cloud-devel)
138141
mvn -B ${INTEGRATION_TEST_ARGS} \
139142
-ntp \
140143
-Penable-integration-tests \
144+
-Dprotobuf.version=4.29.4 \
141145
-Djava.net.preferIPv4Stack=true \
142146
-DtrimStackTrace=false \
143147
-Dclirr.skip=true \
@@ -154,6 +158,7 @@ integration-cloud-devel-directpath-enabled)
154158
mvn -B ${INTEGRATION_TEST_ARGS} \
155159
-ntp \
156160
-Penable-integration-tests \
161+
-Dprotobuf.version=4.29.4 \
157162
-Djava.net.preferIPv4Stack=true \
158163
-DtrimStackTrace=false \
159164
-Dclirr.skip=true \
@@ -170,6 +175,7 @@ integration-cloud-staging|integration-cloud-staging-directpath-enabled)
170175
mvn -B ${INTEGRATION_TEST_ARGS} \
171176
-ntp \
172177
-Penable-integration-tests \
178+
-Dprotobuf.version=4.29.4 \
173179
-Djava.net.preferIPv4Stack=true \
174180
-DtrimStackTrace=false \
175181
-Dclirr.skip=true \

0 commit comments

Comments
 (0)