mirror of https://github.com/sbt/sbt.git
Set sbt script parameter for sbt.bat
This brings parity with the bash script.
This commit is contained in:
parent
3aa2f5eb75
commit
ff638e36bc
|
|
@ -646,6 +646,7 @@ if defined sbt_args_verbose (
|
|||
if not "%~1" == "" ( call :echolist %* )
|
||||
set "SBT_ARGS=-v !SBT_ARGS!"
|
||||
)
|
||||
set "SBT_ARGS=--sbt-script=!SBT_BIN_DIR!sbt.bat %SBT_ARGS%"
|
||||
|
||||
rem Microsoft Visual C++ 2010 SP1 Redistributable Package (x64) is required
|
||||
rem https://www.microsoft.com/en-us/download/details.aspx?id=13523
|
||||
|
|
|
|||
Loading…
Reference in New Issue