Skip to content

Commit f6d7db5

Browse files
authored
Update Gradle plugin version refs to 6.23.2 (#1925)
2 parents 5ecf292 + 3908da9 commit f6d7db5

File tree

2 files changed

+32
-30
lines changed

2 files changed

+32
-30
lines changed

plugin-gradle/CHANGES.md

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

55
## [Unreleased]
6+
7+
## [6.23.2] - 2023-12-01
68
### Fixed
7-
* Fix a stuck mavencentral sync from `6.23.1`.
9+
* Fix a stuck MavenCentral sync from `6.23.1`.
810

911
## [6.23.1] - 2023-11-29
1012
### Fixed
@@ -22,7 +24,7 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
2224
* Add a Step to remove semicolons from Groovy files. ([#1881](https://github.com/diffplug/spotless/pull/1881))
2325
* **POSSIBLY BREAKING** `userData` method has been removed from Ktlint step in ([#1891](https://github.com/diffplug/spotless/pull/1891)), you may use `editorConfigOverride` instead.
2426
* **POSSIBLY BREAKING** Reuse configs for `KotlinExtension` and `KotlinGradleExtension` in ([#1890](https://github.com/diffplug/spotless/pull/1890)), this may break your integrations in Gradle Kotlin DSL, wait for Spotless 6.23.1 to fix this.
25-
* **POSSIBLY BREAKING** Reuse configs for `GroovyExtension` and `GroovyGradleExtension` in ([#1890](https://github.com/diffplug/spotless/pull/1890)), this may break your integrations in Gradle Kotlin DSL, wait for Spotless 6.23.1 to fix this.
27+
* **POSSIBLY BREAKING** Reuse configs for `GroovyExtension` and `GroovyGradleExtension` in ([#1892](https://github.com/diffplug/spotless/pull/1892)), this may break your integrations in Gradle Kotlin DSL, wait for Spotless 6.23.1 to fix this.
2628

2729
## [6.22.0] - 2023-09-28
2830
### Added

0 commit comments

Comments
 (0)