mirror of https://github.com/sbt/sbt.git
Make robocopy output silent in sbt.bat to match bash bootstrap copy output
This commit is contained in:
parent
5e5e3c1929
commit
4e5e3fbb29
|
|
@ -819,7 +819,7 @@ if /I !JAVA_VERSION! GEQ 8 (
|
|||
if %ERRORLEVEL% EQU 0 (
|
||||
if not exist !PRELOAD_SBT_JAR! (
|
||||
if exist "!SBT_HOME!\lib\local-preloaded\" (
|
||||
robocopy "!SBT_HOME!\lib\local-preloaded" "%UserProfile%\.sbt\preloaded" /E
|
||||
robocopy "!SBT_HOME!\lib\local-preloaded" "%UserProfile%\.sbt\preloaded" /E >nul 2>nul
|
||||
)
|
||||
)
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue