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.
2 parents 7139d25 + 86d35e4 commit 51295fbCopy full SHA for 51295fb
1 file changed
.kokoro/dashboard.sh
@@ -26,7 +26,7 @@ if [[ "${JOB_TYPE}" == "dashboard-units-check" ]]; then
26
mvn test --fail-at-end
27
elif [[ "${JOB_TYPE}" == "dependency-convergence-check" ]]; then
28
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
+ mvn install -B -ntp -T 1C -Pquick-build -DskipTests -Denforcer.skip=true
30
cd java-cloud-bom/tests/dependency-convergence/
31
echo -e "\n******************** RUNNING DEPENDENCY CONVERGENCE CHECK ********************"
32
mvn validate --fail-at-end
0 commit comments