sbt/worker/src
Eugene Yokota 8a9f24b395 fix: Fixes forked test error handling on JDK 17
**Problem**
Forked tests apparently incorrectly returns success if an exception is thrown
on JDK 17 and up, due to exception failing to persist.

**Solution**
This adds custom codec for Throwable to workaround this issue.
2025-09-07 04:44:05 -04:00
..
main/java fix: Fixes forked test error handling on JDK 17 2025-09-07 04:44:05 -04:00
test/scala/sbt/internal/worker1 Reimplement test agent as a worker command 2025-07-04 01:28:56 -04:00