You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugin-gradle/CHANGES.md
+4-3
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,10 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
12
12
* Updated default eclipse-wtp from 4.17.0 to 4.18.0.
13
13
### Fixed
14
14
*`ratchetFrom` now works with git-submodule ([#746](https://github.com/diffplug/spotless/issues/746))
15
-
* ktfmt v0.19+ with dropbox-style works again ([#765](https://github.com/diffplug/spotless/pull/765)).
16
-
* prettier no longer throws errors on empty files ([#751](https://github.com/diffplug/spotless/pull/751)).
17
-
* fixed error when running on root of windows mountpoint ([#760](https://github.com/diffplug/spotless/pull/760)).
15
+
*`ktfmt` v0.19+ with dropbox-style works again ([#765](https://github.com/diffplug/spotless/pull/765)).
16
+
*`prettier` no longer throws errors on empty files ([#751](https://github.com/diffplug/spotless/pull/751)).
17
+
* Fixed error when running on root of windows mountpoint ([#760](https://github.com/diffplug/spotless/pull/760)).
18
+
* No longer declare inputs on `SpotlessCheck` and `SpotlessApply` since they don't have any outputs (worker task still does up-to-date and caching) ([#741](https://github.com/diffplug/spotless/issues/741)).
0 commit comments