Skip to content

Commit

Permalink
pmd-packager: Don't display transfer progress while downloading depen…
Browse files Browse the repository at this point in the history
…dencies
  • Loading branch information
adangel committed Sep 19, 2024
1 parent b22b98a commit 5f5e84e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pmd-packager/upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ fi

rm -rf "$TARGETDIR"
mkdir -p "$TARGETDIR"
./mvnw clean package -Dpmd.dist.bin.baseDirectory=pmd -Dpmd.version="$VERSION"
./mvnw --no-transfer-progress clean package -Dpmd.dist.bin.baseDirectory=pmd -Dpmd.version="$VERSION"
unzip -d "$TARGETDIR/.." -q target/pmd.zip
echo "$VERSION" > "$TARGETDIR/VERSION"
npm pkg set config.pmdVersion="$VERSION"

0 comments on commit 5f5e84e

Please sign in to comment.