Skip to content

Commit

Permalink
remove KtLintIdea Plugin.
Browse files Browse the repository at this point in the history
This plugin is no longer needed as ktlint configuration is driven by .editorconfig now, which idea will respect out of the box
  • Loading branch information
wakingrufus authored and JLLeitschuh committed Dec 1, 2023
1 parent d896825 commit cbd6150
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/).

## [Unreleased]

- remove KtLintIdea Plugin [#726](https://github.com/JLLeitschuh/ktlint-gradle/pull/726).
This plugin is no longer needed as ktlint configuration is driven by .editorconfig now, which IDEA will respect out of the box.

## [12.0.1] - 2023-11-30

- update configure-pagefile-action task [#725](https://github.com/JLLeitschuh/ktlint-gradle/pull/725)
Expand Down
5 changes: 0 additions & 5 deletions plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -308,11 +308,6 @@ gradlePlugin {
implementationClass = "org.jlleitschuh.gradle.ktlint.KtlintPlugin"
displayName = "Ktlint Gradle Plugin"
}
register("ktlintIdeaPlugin") {
id = "org.jlleitschuh.gradle.ktlint-idea"
implementationClass = "org.jlleitschuh.gradle.ktlint.KtlintIdeaPlugin"
displayName = "Ktlint Gradle IDEA Plugin"
}
}
}

Expand Down

0 comments on commit cbd6150

Please sign in to comment.