Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 86d35e4

Browse files
fix(ci): run root install in dependency convergence check (#13666)
To ensure all BOMs are built and installed in the reactor before dependency convergence check runs. --------- Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent c8d69cc commit 86d35e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.kokoro/dashboard.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ if [[ "${JOB_TYPE}" == "dashboard-units-check" ]]; then
2626
mvn test --fail-at-end
2727
elif [[ "${JOB_TYPE}" == "dependency-convergence-check" ]]; then
2828
echo -e "\n******************** BUILDING DEPENDENCIES ********************"
29-
mvn install -pl java-cloud-bom/libraries-bom,java-cloud-bom/tests/dependency-convergence -am -Pquick-build -DskipTests -Denforcer.skip=true
29+
mvn install -B -ntp -T 1C -Pquick-build -DskipTests -Denforcer.skip=true
3030
cd java-cloud-bom/tests/dependency-convergence/
3131
echo -e "\n******************** RUNNING DEPENDENCY CONVERGENCE CHECK ********************"
3232
mvn validate --fail-at-end

0 commit comments

Comments
 (0)