mirror of
https://github.com/sbt/sbt.git
synced 2026-09-07 11:01:08 +02:00
**Problem** When compilation fails, it's retrying 10 times since Retry now retries on non-IOExceptions. **Solution** This adds CompileFailed to excluded exception list.