Skip to content

Commit

Permalink
ci: suppress download progress in unmanaged dependency check (#2424)
Browse files Browse the repository at this point in the history
  • Loading branch information
suztomo authored Jan 28, 2024
1 parent 0d7303c commit a34d897
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

mvn install -f shared-dependency-pom.xml
mvn install -f gax-example-pom.xml
mvn install -f nested-dependency-pom.xml
mvn install -f transitive-dependency-pom.xml
mvn install -f google-internal-artifact-test-case-pom.xml
mvn install -B -ntp -f shared-dependency-pom.xml
mvn install -B -ntp -f gax-example-pom.xml
mvn install -B -ntp -f nested-dependency-pom.xml
mvn install -B -ntp -f transitive-dependency-pom.xml
mvn install -B -ntp -f google-internal-artifact-test-case-pom.xml

0 comments on commit a34d897

Please sign in to comment.