Skip to content

Commit

Permalink
Avoid CI log spam when downloading dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
electrum committed Mar 11, 2023
1 parent 139fc80 commit 0375ca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/bin/download-maven-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RETRY=".github/bin/retry"
MAVEN_ONLINE="${MAVEN//--offline/}"

# Run download tools without any profiles to use active-by-default profiles
$RETRY $MAVEN_ONLINE -B dependency:go-offline
$RETRY $MAVEN_ONLINE -B dependency:go-offline -Dsilent
$RETRY $MAVEN_ONLINE -B de.qaware.maven:go-offline-maven-plugin:resolve-dependencies

# Downloading dependencies is used to populate the maven cache shared between PRs, so PR-specific GIB state needs to be ignored
Expand Down

0 comments on commit 0375ca7

Please sign in to comment.