sbt/sbt

[2.x] `reboot` causes sbt to exit

Open

#9,095 建立於 2026年4月15日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)Scala (4,928 star) (1,036 fork)batch import
Bughelp wanted

描述

steps

  1. Create a minimal build
    # project/build.properties
    sbt.version=2.0.0-RC12
    
    // build.sbt
    lazy val root = project.in(file("."))
    
  2. Run sbt in the project dir
  3. Run reboot

problem

reboot says it's booting the sbt server, then says the server closed:

sbt:root> reboot
[info] sbt server is booting up

sbt server connection closed.

expectation

reboot should reboot the server and drop you back into the sbt shell

貢獻者指南

[2.x] `reboot` causes sbt to exit · sbt/sbt#9095 | Good First Issue