- Bump highest supported version to 2022.1 @RinOrz
- Change LOG.error to LOG.warn to avoid thrown exception.
- Add Gradle version parsing to determine if we should append
--no-configuration-cache
option to thespotlessApply
command.
- Updated version range lower bound to 211
- Update README for a more helpful plugin description
- Initial scaffold created from IntelliJ Platform Plugin Template
- Implemented initial version of spotlessApply action which executes the gradle task in the background asynchronously
- Users can now execute spotlessApply for their current file by selecting Code > Reformat Code with Spotless