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
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,12 @@
3
3
We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (starting after version `3.27.0`).
4
4
5
5
## [Unreleased]
6
+
* Git pre-push hook now works correctly on Windows:
7
+
* Detects Windows OS reliably
8
+
* Uses `gradlew.bat` instead of `gradlew` on Windows
9
+
* Uses relative paths (e.g., `./gradlew.bat`) for portability and shell compatibility
10
+
* Falls back to `gradle` if wrapper is not found [#2553](https://github.com/diffplug/spotless/pull/2553)
11
+
6
12
### Changed
7
13
***BREAKING** Bump the required Gradle to `7.3` and required Java to `17`. ([#2375](https://github.com/diffplug/spotless/issues/2375), [#2540](https://github.com/diffplug/spotless/pull/2540))
8
14
* Bump default `google-java-format` version to latest `1.24.0` -> `1.28.0`. ([#2345](https://github.com/diffplug/spotless/pull/2345))
Copy file name to clipboardExpand all lines: plugin-maven/CHANGES.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,12 @@
3
3
We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (starting after version `1.27.0`).
4
4
5
5
## [Unreleased]
6
+
* Git pre-push hook now works correctly on Windows:
7
+
* Detects Windows OS reliably
8
+
* Uses `mvnw.cmd` instead of `mvnw` on Windows
9
+
* Uses relative paths (e.g., `./mvnw.cmd`) for portability and shell compatibility
10
+
* Falls back to `mvn` if wrapper is not found [#2553](https://github.com/diffplug/spotless/pull/2553)
11
+
6
12
### Changes
7
13
***BREAKING** Bump the required Java to `17`. ([#2375](https://github.com/diffplug/spotless/issues/2375), [#2540](https://github.com/diffplug/spotless/pull/2540))
8
14
* Bump default `google-java-format` version to latest `1.24.0` -> `1.28.0`. ([#2345](https://github.com/diffplug/spotless/pull/2345))
0 commit comments