Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 86d35e4

Browse filesBrowse 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
Copy full SHA for 86d35e4

1 file changed

+1-1Lines changed: 1 addition & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎.kokoro/dashboard.sh‎

Copy file name to clipboardExpand all lines: .kokoro/dashboard.sh
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.