Added
- Add a
expandWildcardImportsAPI for java (#2679) - Add the ability to specify a wildcard version (
*) for external formatter executables. (#2757) - Add support for passing multiple file paths using the -PspotlessIdeHook option. (#2774)
Fixed
- configuration cache for groovy. (#2797)
- [fix]
NPEdue to workingTreeIterator being null for git ignored files. #911 (#2771) - Prevent race conditions when multiple npm-based formatters launch the server process simultaneously while sharing the same
node_modulesdirectory. (#2786)