[formatters] Make Maven build quiet.

This commit is contained in:
Mario Zechner 2025-07-16 03:32:25 +02:00
parent 33b760966f
commit 034c2c7e4f

View File

@ -13,7 +13,7 @@ pushd "$dir" > /dev/null
if [ ! -f "eclipse-formatter/target/eclipse-formatter-1.0.0-jar-with-dependencies.jar" ]; then
echo "Building Eclipse formatter..."
pushd eclipse-formatter > /dev/null
mvn clean package
mvn -q clean package
popd > /dev/null
fi