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 eaf4f8b commit 7d37cb4Copy full SHA for 7d37cb4
.kokoro/build.sh
@@ -64,6 +64,7 @@ javadoc)
64
integration)
65
mvn -B ${INTEGRATION_TEST_ARGS} \
66
-ntp \
67
+ -Dprotobuf.version=4.32.0 \
68
-Penable-integration-tests \
69
-DtrimStackTrace=false \
70
-Dclirr.skip=true \
@@ -74,7 +75,8 @@ integration)
74
75
;;
76
graalvm)
77
# Run Unit and Integration Tests with Native Image
- mvn test -Pnative -Penable-integration-tests
78
+ mvn test -Pnative -Penable-integration-tests \
79
+ -Dprotobuf.version=4.32.0
80
RETURN_CODE=$?
81
82
samples)
0 commit comments