Set sbt script parameter for sbt.bat

This brings parity with the bash script.
This commit is contained in:
Ethan Atkins 2020-10-25 17:10:55 -07:00
parent 3aa2f5eb75
commit ff638e36bc
1 changed files with 1 additions and 0 deletions

View File

@ -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