mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-25 19:21:26 +08:00
[formatters] Make Maven build quiet.
This commit is contained in:
parent
33b760966f
commit
034c2c7e4f
@ -13,7 +13,7 @@ pushd "$dir" > /dev/null
|
|||||||
if [ ! -f "eclipse-formatter/target/eclipse-formatter-1.0.0-jar-with-dependencies.jar" ]; then
|
if [ ! -f "eclipse-formatter/target/eclipse-formatter-1.0.0-jar-with-dependencies.jar" ]; then
|
||||||
echo "Building Eclipse formatter..."
|
echo "Building Eclipse formatter..."
|
||||||
pushd eclipse-formatter > /dev/null
|
pushd eclipse-formatter > /dev/null
|
||||||
mvn clean package
|
mvn -q clean package
|
||||||
popd > /dev/null
|
popd > /dev/null
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user