Skip to content

Commit 1132761

Browse files
committed
chore: Test with Protobuf-Java v4.32 [no need to review]
1 parent 00911d0 commit 1132761

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
@@ -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)