Skip to content

Releases: ragurney/spotless-intellij-gradle

v2.0.0

23 Jan 22:43
3faf41c
Compare
Choose a tag to compare

Introduce new "Reformat all files" command to run Spotless on all files in a project rather than just the current one.

This may unbind current keyboard shortcuts, hence the major version bump.

Logic for reformatting the current file remains unchanged.

v1.0.10

13 Dec 03:33
9e6acc2
Compare
Choose a tag to compare

Remove upper bound for untilBuild to prevent plugin being outdated for new IntelliJ clients.

No logical changes made to the plugin.

v1.0.9

01 Dec 18:52
51fe46e
Compare
Choose a tag to compare
  • Bump latest version of IntelliJ supported

v1.0.8

04 Aug 13:59
1e9ff1e
Compare
Choose a tag to compare
  • Bump supported version to 2022.2 and some dependencies.
  • Remove set version for gradle plugin to allow for broader support.

v1.0.7

14 Apr 17:41
9aa51d3
Compare
Choose a tag to compare
  • Bump highest supported version to 2022.1 @rinorz

v1.0.6

15 Feb 18:55
e7c04cf
Compare
Choose a tag to compare
  • Change LOG.error to LOG.warn to avoid thrown exception.

v1.0.5

15 Feb 17:52
9e64600
Compare
Choose a tag to compare
  • Add handling for failure to parse project settings (we default to leave off spotlessApply option) until JetBrains gets back on alternatives.

v1.0.4

12 Feb 20:50
c002b18
Compare
Choose a tag to compare
  • Add Gradle version parsing to determine if we should append --no-configuration-cache option to the spotlessApply command.

v1.0.3

10 Jan 20:33
11ae2d5
Compare
Choose a tag to compare
  • Add a link to the GitHub repository in the plugin description
  • Add the --no-configuration-cache option to the spotlessApply task execution to address issue #18

v1.0.2

06 Jan 19:22
15f0ae6
Compare
Choose a tag to compare
  • Updated version range lower bound to 211