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