mirror of
https://github.com/sbt/sbt.git
synced 2026-09-05 09:15:06 +02:00
**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.