We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1af4a94 commit 14a5da0Copy full SHA for 14a5da0
build/mvn
@@ -110,7 +110,7 @@ if [ -n "${ZINC_INSTALL_FLAG}" -o -z "`${ZINC_BIN} -status`" ]; then
110
${ZINC_BIN} -shutdown
111
${ZINC_BIN} -start -port ${ZINC_PORT} \
112
-scala-compiler "${SCALA_COMPILER}" \
113
- -scala-library "${SCALA_LIBRARY}"
+ -scala-library "${SCALA_LIBRARY}" &>/dev/null
114
fi
115
116
# Last, call the `mvn` command as usual
0 commit comments