Skip to content

Commit 2c03e5b

Browse files
committed
chore: Test with Protobuf-Java v4.32 [no need to review]
1 parent e9739af commit 2c03e5b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.kokoro/build.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ javadoc)
6969
integration)
7070
mvn -B ${INTEGRATION_TEST_ARGS} \
7171
-ntp \
72+
-Dprotobuf.version=4.32.0 \
7273
-Penable-integration-tests \
7374
-DtrimStackTrace=false \
7475
-Dclirr.skip=true \
@@ -82,7 +83,8 @@ integration)
8283
;;
8384
graalvm)
8485
# Run Unit and Integration Tests with Native Image
85-
mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative test -Dfmt.skip=true
86+
mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative test -Dfmt.skip=true \
87+
-Dprotobuf.version=4.32.0
8688
RETURN_CODE=$?
8789
;;
8890
samples)

0 commit comments

Comments
 (0)