Skip to content

Commit 05b4ad0

Browse files
committed
chore: Test with Protobuf-Java v4.29.4
1 parent d1b66cb commit 05b4ad0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.kokoro/build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ integration)
7373
mvn -B ${INTEGRATION_TEST_ARGS} \
7474
-ntp \
7575
-Penable-integration-tests \
76+
-Dprotobuf.version=4.29.4 \
7677
-DtrimStackTrace=false \
7778
-Dclirr.skip=true \
7879
-Denforcer.skip=true \
@@ -84,6 +85,7 @@ integration-cloud-devel)
8485
mvn -B ${INTEGRATION_TEST_ARGS} \
8586
-ntp \
8687
-Penable-integration-tests \
88+
-Dprotobuf.version=4.29.4 \
8789
-DtrimStackTrace=false \
8890
-Dclirr.skip=true \
8991
-Denforcer.skip=true \
@@ -98,6 +100,7 @@ integration-cloud-staging)
98100
mvn -B ${INTEGRATION_TEST_ARGS} \
99101
-ntp \
100102
-Penable-integration-tests \
103+
-Dprotobuf.version=4.29.4 \
101104
-DtrimStackTrace=false \
102105
-Dclirr.skip=true \
103106
-Denforcer.skip=true \

0 commit comments

Comments
 (0)