mirror of https://github.com/sbt/sbt.git
Fixes #8538 The code was calling e.getMessage.contains() without checking if getMessage() returns null. Changed to use Option(e.getMessage).exists() to safely handle null values. |
||
|---|---|---|
| .. | ||
| main | ||
| test/scala/sbt | ||