1.8.1
Bugs
- #147 Change sourcesets internal storage from
HashSet
toTreeSet
, to avoid unpredictable Groovy compiler output on certain filesystems (thanks @marcphilipp!). - #145 Disable system exits by default, to avoid potential thread safety issues.
Enhancements
None
Potentially breaking changes
- #145 Changes the default of not allowing
System.exit
s to allowing them.
Notes
None