Skip to content

Commit 52b4118

Browse files
mchristiansenfacebook-github-bot
authored andcommitted
set intellijPlatform projectName to ktfmt_idea_plugin (#554)
Summary: Resolves #553 Pull Request resolved: #554 Reviewed By: hick209 Differential Revision: D80525617 Pulled By: cortinico fbshipit-source-id: cf2bef77c0cd6741b5f5b89358d752a64fff648f
1 parent 9ad5595 commit 52b4118

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
2727
### Fixed
2828
- Corrected reference to jar in formatter website's command line instructions https://facebook.github.io/ktfmt/
2929
- Trailing comma on when cases (https://github.com/facebook/ktfmt/issues/376)
30+
- Update idea plugin name to avoid collision with google-java-format (https://github.com/facebook/ktfmt/issues/553)
3031

3132
## [0.56]
3233

ktfmt_idea_plugin/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ dependencies {
5252
}
5353

5454
intellijPlatform {
55+
projectName.set("ktfmt_idea_plugin")
56+
5557
pluginConfiguration.ideaVersion {
5658
sinceBuild = "223.7571.182" // 2022.3
5759
untilBuild = provider { null }

0 commit comments

Comments
 (0)