Skip to content

Commit 49d91f2

Browse files
committed
ci: Fix ci issue
1 parent 84d71d4 commit 49d91f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ for repo in ${REPOS_UNDER_TEST//,/ }; do # Split on comma
6363
echo "Using ${maven_coordinates}"
6464

6565
# The `-s` argument filters the linkage check problems that stem from the artifact
66-
program_args="-r --artifacts ${maven_coordinates},com.google.protobuf:protobuf-java:${PROTOBUF_RUNTIME_VERSION} -s ${maven_coordinates}"
66+
program_args="-r --artifacts ${maven_coordinates},com.google.protobuf:protobuf-java:${PROTOBUF_RUNTIME_VERSION},com.google.protobuf:protobuf-java-util:${PROTOBUF_RUNTIME_VERSION} -s ${maven_coordinates}"
6767
echo "Linkage Checker Program Arguments: ${program_args}"
6868
mvn -B -ntp exec:java -Dexec.mainClass="com.google.cloud.tools.opensource.classpath.LinkageCheckerMain" -Dexec.args="${program_args}"
6969
done

0 commit comments

Comments
 (0)