Skip to content

Commit ef05143

Browse files
committed
chore: running integration test with Protobuf 4.29.4 [not for review]
b/404492737
1 parent 78fc076 commit ef05143

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.kokoro/build.sh

+5-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ set +e
5353
case ${JOB_TYPE} in
5454
test)
5555
echo "SUREFIRE_JVM_OPT: ${SUREFIRE_JVM_OPT}"
56-
mvn test -B -ntp -Dclirr.skip=true -Denforcer.skip=true ${SUREFIRE_JVM_OPT}
56+
mvn test -B \
57+
-Dprotobuf.version=4.29.4 \
58+
-ntp -Dclirr.skip=true -Denforcer.skip=true ${SUREFIRE_JVM_OPT}
5759
RETURN_CODE=$?
5860
;;
5961
lint)
@@ -66,13 +68,14 @@ javadoc)
6668
;;
6769
integration)
6870
mvn -B ${INTEGRATION_TEST_ARGS} \
71+
-Dprotobuf.version=4.29.4 \
6972
-ntp \
7073
-Penable-integration-tests \
7174
-DtrimStackTrace=false \
7275
-Dclirr.skip=true \
7376
-Denforcer.skip=true \
7477
-fae \
75-
verify
78+
dependency:tree verify
7679
RETURN_CODE=$?
7780
;;
7881
graalvm)

0 commit comments

Comments
 (0)