mirror of
https://github.com/sbt/sbt.git
synced 2026-09-03 08:34:34 +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.