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 5ba44ac commit 7f9bfebCopy full SHA for 7f9bfeb
.kokoro/nightly/downstream-protobuf-binary-compatibility.sh
@@ -50,7 +50,7 @@ for repo in ${REPOS_UNDER_TEST//,/ }; do # Split on comma
50
popd
51
52
# The `-s` argument filters the linkage check problems that stem from the artifact
53
- program_args="-r --artifacts ${ARTIFACT_LIST},com.google.protobuf:protobuf-java:${PROTOBUF_RUNTIME_VERSION},com.google.protobuf:protobuf-java-util:${PROTOBUF_RUNTIME_VERSION} -s ${maven_coordinates}"
+ program_args="-r --artifacts ${ARTIFACT_LIST},com.google.protobuf:protobuf-java:${PROTOBUF_RUNTIME_VERSION},com.google.protobuf:protobuf-java-util:${PROTOBUF_RUNTIME_VERSION} -s ${ARTIFACT_LIST}"
54
echo "Linkage Checker Program Arguments: ${program_args}"
55
mvn -B -ntp exec:java -Dexec.mainClass="com.google.cloud.tools.opensource.classpath.LinkageCheckerMain" -Dexec.args="${program_args}"
56
done
0 commit comments