Skip to content

1.8.1

Compare
Choose a tag to compare
@keeganwitt keeganwitt released this 13 Nov 02:55
· 379 commits to master since this release

Bugs

  • #147 Change sourcesets internal storage from HashSet to TreeSet, 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.exits to allowing them.

Notes

None