Skip to content

Commit 47d9a3b

Browse files
committed
changes log
1 parent 01643de commit 47d9a3b

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

plugin-gradle/CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (starting after version `3.27.0`).
44

55
## [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+
612
### Changed
713
* **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))
814
* Bump default `google-java-format` version to latest `1.24.0` -> `1.28.0`. ([#2345](https://github.com/diffplug/spotless/pull/2345))

plugin-maven/CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (starting after version `1.27.0`).
44

55
## [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+
612
### Changes
713
* **BREAKING** Bump the required Java to `17`. ([#2375](https://github.com/diffplug/spotless/issues/2375), [#2540](https://github.com/diffplug/spotless/pull/2540))
814
* 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

Comments
 (0)