mirror of https://github.com/sbt/sbt.git
The following commit minimises the amount of exceptions that leak through our internal signatures. It thus changes the return type signature of `scriptedTest` to return an `Option` instead of `Unit`. At the call-site of `scriptedTest`, we also remove the code to handle the exceptions thrown by it. |
||
|---|---|---|
| .. | ||
| plugin/src/main | ||
| sbt | ||