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 78fc076 commit ef05143Copy full SHA for ef05143
.kokoro/build.sh
@@ -53,7 +53,9 @@ set +e
53
case ${JOB_TYPE} in
54
test)
55
echo "SUREFIRE_JVM_OPT: ${SUREFIRE_JVM_OPT}"
56
- mvn test -B -ntp -Dclirr.skip=true -Denforcer.skip=true ${SUREFIRE_JVM_OPT}
+ mvn test -B \
57
+ -Dprotobuf.version=4.29.4 \
58
+ -ntp -Dclirr.skip=true -Denforcer.skip=true ${SUREFIRE_JVM_OPT}
59
RETURN_CODE=$?
60
;;
61
lint)
@@ -66,13 +68,14 @@ javadoc)
66
68
67
69
integration)
70
mvn -B ${INTEGRATION_TEST_ARGS} \
71
72
-ntp \
73
-Penable-integration-tests \
74
-DtrimStackTrace=false \
75
-Dclirr.skip=true \
76
-Denforcer.skip=true \
77
-fae \
- verify
78
+ dependency:tree verify
79
80
81
graalvm)
0 commit comments