sbt/main/src
eugene yokota 25dd9b7363
[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:41:35 -04:00
..
main [2.x] fix: Fixes client-side run status (#9081) 2026-04-13 00:41:35 -04:00
test [2.x] fix: Resolve relative paths from -sbt-dir / sbt.global.base (#9001) 2026-04-05 19:27:34 -04:00