mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-06 23:34:53 +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
|
||||
echo "Building Eclipse formatter..."
|
||||
pushd eclipse-formatter > /dev/null
|
||||
mvn clean package
|
||||
mvn -q clean package
|
||||
popd > /dev/null
|
||||
fi
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user