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 84d71d4 commit 49d91f2Copy full SHA for 49d91f2
.kokoro/nightly/downstream-protobuf-binary-compatibility.sh
@@ -63,7 +63,7 @@ for repo in ${REPOS_UNDER_TEST//,/ }; do # Split on comma
63
echo "Using ${maven_coordinates}"
64
65
# 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}"
+ 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}"
67
echo "Linkage Checker Program Arguments: ${program_args}"
68
mvn -B -ntp exec:java -Dexec.mainClass="com.google.cloud.tools.opensource.classpath.LinkageCheckerMain" -Dexec.args="${program_args}"
69
done
0 commit comments