fix: Use goto :eof for consistency with other early exits in sbt.bat (#8717)

This commit is contained in:
Eruis2579 2026-02-10 09:48:05 +01:00
parent f7c085ff75
commit b691cfadb2
1 changed files with 1 additions and 1 deletions

View File

@ -628,7 +628,7 @@ if !sbt_args_print_version! equ 1 (
echo.
echo [info] sbt runner (sbt-the-batch-script) is a runner to run any declared version of sbt.
echo [info] Actual version of the sbt is declared using project\build.properties for each build.
goto :end
goto :eof
)
if !run_native_client! equ 1 (