Releases: ragurney/spotless-intellij-gradle
Releases · ragurney/spotless-intellij-gradle
v2.0.0
v1.0.10
Remove upper bound for untilBuild
to prevent plugin being outdated for new IntelliJ clients.
No logical changes made to the plugin.
v1.0.9
- Bump latest version of IntelliJ supported
v1.0.8
- Bump supported version to 2022.2 and some dependencies.
- Remove set version for gradle plugin to allow for broader support.
v1.0.7
v1.0.6
- Change LOG.error to LOG.warn to avoid thrown exception.
v1.0.5
- Add handling for failure to parse project settings (we default to leave off
spotlessApply
option) until JetBrains gets back on alternatives.
v1.0.4
- Add Gradle version parsing to determine if we should append
--no-configuration-cache
option to thespotlessApply
command.
v1.0.3
v1.0.2
- Updated version range lower bound to 211