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

Commit 7d37cb4

Browse files
committed
chore: Test with Protobuf-Java v4.32 [no need to review]
1 parent eaf4f8b commit 7d37cb4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.kokoro/build.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ javadoc)
6464
integration)
6565
mvn -B ${INTEGRATION_TEST_ARGS} \
6666
-ntp \
67+
-Dprotobuf.version=4.32.0 \
6768
-Penable-integration-tests \
6869
-DtrimStackTrace=false \
6970
-Dclirr.skip=true \
@@ -74,7 +75,8 @@ integration)
7475
;;
7576
graalvm)
7677
# Run Unit and Integration Tests with Native Image
77-
mvn test -Pnative -Penable-integration-tests
78+
mvn test -Pnative -Penable-integration-tests \
79+
-Dprotobuf.version=4.32.0
7880
RETURN_CODE=$?
7981
;;
8082
samples)

0 commit comments

Comments
 (0)