We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9739af commit 2c03e5bCopy full SHA for 2c03e5b
.kokoro/build.sh
@@ -69,6 +69,7 @@ javadoc)
69
integration)
70
mvn -B ${INTEGRATION_TEST_ARGS} \
71
-ntp \
72
+ -Dprotobuf.version=4.32.0 \
73
-Penable-integration-tests \
74
-DtrimStackTrace=false \
75
-Dclirr.skip=true \
@@ -82,7 +83,8 @@ integration)
82
83
;;
84
graalvm)
85
# Run Unit and Integration Tests with Native Image
- 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
88
RETURN_CODE=$?
89
90
samples)
0 commit comments