sbt/main-command/src
eugene yokota e8757c85e2 [2.x] fix: Fixes client-side run status (#9081)
**Problem**
In sbt 2.x, if we execute a run task from the shell,
and if the program fails, it ends up taking down the entire shell
because client-side run rethrows, which is not desirable
for the sbt shell.

**Solution**
1. Omit printing out success for ClientJobParams, which is the runinfo.
2. Print out success or error on the client-side for shell usage case.
2026-04-13 00:45:39 -04:00
..
main [2.x] fix: Fixes client-side run status (#9081) 2026-04-13 00:45:39 -04:00
test/scala/sbt [2.x] fix: sbt --client fails if -mem is provided (#8831) 2026-03-22 23:50:24 -04:00