Releases: lipiridi/spotless-applier
Releases · lipiridi/spotless-applier
v1.1.4
v1.1.3
v1.1.2
Changed
- Gradle task for the entire project is again called in background (async)
- Pre-commit hook added in version 1.0.5 is no more supported for gradle projects
v1.1.1
Changed
- Fix commit checkin handler for multi-module projects
- isAllowedGradleCache replaced with isProhibitGradleCache, as by default we don't have to pass any args to the gradle command
v1.1.0
Added
- 'Run spotless' action on save
v1.0.5
Added
- Reformat code with spotless commit checkin handler
Changed
- Run gradle task for the entire project in sync mode
- Increase Idea compatibility version (sinceBuild) to 241
v1.0.4
Changed
- Update Gradle version
- Remove untilBuild property and make plugin compatible with all future intellij version
v1.0.3
Changed
- Fix UI settings (apply button worked incorrectly)
v1.0.2
Added
- Support for multi-module projects
- Option that allow Gradle's configuration cache for 'apply' task
Changed
- Rename task "Reformat All Files With Spotless" to "Reformat Project With Spotless"
v1.0.1
Added
- Option that prohibit imports with asterisk '*' during "optimize imports" task. It temporarily replaces import settings