Skip to content

Commit c36eef8

Browse files
committed
chore: Test with Protobuf-Java v4.29.4
1 parent 7a3fa70 commit c36eef8

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 \
@@ -86,6 +87,7 @@ integration-cloud-devel)
8687
mvn -B ${INTEGRATION_TEST_ARGS} \
8788
-ntp \
8889
-Penable-integration-tests \
90+
-Dprotobuf.version=4.29.4 \
8991
-DtrimStackTrace=false \
9092
-Dclirr.skip=true \
9193
-Denforcer.skip=true \
@@ -100,6 +102,7 @@ integration-cloud-staging)
100102
mvn -B ${INTEGRATION_TEST_ARGS} \
101103
-ntp \
102104
-Penable-integration-tests \
105+
-Dprotobuf.version=4.29.4 \
103106
-DtrimStackTrace=false \
104107
-Dclirr.skip=true \
105108
-Denforcer.skip=true \

0 commit comments

Comments
 (0)