mirror of
https://github.com/sbt/sbt.git
synced 2026-08-30 01:40:29 +02:00
This adds a new option `dev` to the `reboot` command, which deletes the only the current sbt artifacts from the boot directory. `reboot dev` reads actively from `build.properties` instead of using the current state since `reboot` can restart into another sbt version. In general, `reboot dev` is intended for the local development of sbt. Fixes #3590