Skip to content

Commit e11cb7b

Browse files
committed
chore: Revert back to original source changes
1 parent eaf2389 commit e11cb7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.kokoro/nightly/downstream-protobuf-source-compatibility.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ for repo in ${REPOS_UNDER_TEST//,/ }; do # Split on comma
3636

3737
# Compile the Handwritten Library with the Protobuf-Java version to test source compatibility
3838
# Run unit tests to help check for any behavior differences (dependant on coverage)
39-
mvn test -B -V -ntp \
39+
mvn clean test -B -V -ntp \
4040
-Dclirr.skip=true \
4141
-Denforcer.skip=true \
4242
-Dmaven.javadoc.skip=true \

0 commit comments

Comments
 (0)