mirror of
https://github.com/sbt/sbt.git
synced 2026-09-08 19:16:16 +02:00
reboot restarts sbt with a fresh state, so the extra plugin sbt files registered in BasicKeys.extraMetaSbtFiles were dropped and their plugins disappeared. Prepend an early(addPluginSbtFile=<path>) command for each registered file to the arguments handed to the restarted sbt, so they are re-registered. --------- Co-authored-by: Claude Opus 5 (1M context) <[email protected]>