Skip to content

Releases: moznion/sbt-spotless

v0.1.3

08 May 14:40
bc74eab

Choose a tag to compare

New Features

Support noFailOnViolated option

If this option is set true, a Spotless task won't fail even if the task detects any format violation.

v0.1.2

04 May 15:53
dab5dda

Choose a tag to compare

New Features

Support checkOnCompile and applyOnConfig options

These options hook the compile phase to run the spotless tasks.
Please refer to the following wiki page: Plugin Configuration

v0.1.1

02 May 18:10
27d3dc1

Choose a tag to compare

Bugfix

  • Fix file aggregation logic for Target with glob (caef540)

v0.1.0

01 May 16:51
6dbb76c

Choose a tag to compare

New feature

  • Support legacy sbt 0.13

Breaking change

Cache file format has been changed (JSON to serialized object)

If the error according to cache occurred, please remove the cache files that are in dynamicDependencyCacheDir.

v0.0.1

26 Apr 17:20
bf02fd1

Choose a tag to compare

Original release

v0.0.1-beta2

25 Apr 11:14
cca6322

Choose a tag to compare

Use target.value to specify the "target" directory instead of hard coded "target/"

v0.0.1-beta1

22 Apr 14:58
8b3aba4

Choose a tag to compare

Original BETA release

v0.0.1-alpha1

20 Apr 13:53
a113611

Choose a tag to compare

Original ALPHA release