Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .kokoro/dashboard.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if [[ "${JOB_TYPE}" == "dashboard-units-check" ]]; then
mvn test --fail-at-end
elif [[ "${JOB_TYPE}" == "dependency-convergence-check" ]]; then
echo -e "\n******************** BUILDING DEPENDENCIES ********************"
mvn install -pl java-cloud-bom/libraries-bom,java-cloud-bom/tests/dependency-convergence -am -Pquick-build -DskipTests -Denforcer.skip=true
mvn install -T 1C -Pquick-build -DskipTests -Denforcer.skip=true
Comment thread
lqiu96 marked this conversation as resolved.
Outdated
cd java-cloud-bom/tests/dependency-convergence/
echo -e "\n******************** RUNNING DEPENDENCY CONVERGENCE CHECK ********************"
mvn validate --fail-at-end
Expand Down
Loading