We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaf2389 commit e11cb7bCopy full SHA for e11cb7b
1 file changed
.kokoro/nightly/downstream-protobuf-source-compatibility.sh
@@ -36,7 +36,7 @@ for repo in ${REPOS_UNDER_TEST//,/ }; do # Split on comma
36
37
# Compile the Handwritten Library with the Protobuf-Java version to test source compatibility
38
# Run unit tests to help check for any behavior differences (dependant on coverage)
39
- mvn test -B -V -ntp \
+ mvn clean test -B -V -ntp \
40
-Dclirr.skip=true \
41
-Denforcer.skip=true \
42
-Dmaven.javadoc.skip=true \
0 commit comments