mirror of https://github.com/sbt/sbt.git
fix: Avoid file I/O in --version handler to prevent Windows hangs (#8717)
Use already-read build_props_sbt_version and is_this_dir_sbt variables instead of reading build.properties again in the handler. This avoids file I/O operations that could cause hangs on Windows.
This commit is contained in:
parent
95a3fc3288
commit
2d26055de0