mirror of https://github.com/sbt/sbt.git
Pass verbose flag to sbtn when running sbt --client
This commit is contained in:
parent
87bd4027b0
commit
3aa2f5eb75
|
|
@ -644,6 +644,7 @@ set "_SBTNCMD=!SBT_BIN_DIR!sbtn-x86_64-pc-win32.exe"
|
|||
if defined sbt_args_verbose (
|
||||
echo # running native client
|
||||
if not "%~1" == "" ( call :echolist %* )
|
||||
set "SBT_ARGS=-v !SBT_ARGS!"
|
||||
)
|
||||
|
||||
rem Microsoft Visual C++ 2010 SP1 Redistributable Package (x64) is required
|
||||
|
|
|
|||
Loading…
Reference in New Issue