From ec0d3a3c6e2a0bf2d6846e9cf8b3663f5699021b Mon Sep 17 00:00:00 2001 From: wakingrufus Date: Fri, 22 Sep 2023 12:20:49 -0500 Subject: [PATCH] fix "additionalEditorconfig not supported until ktlint 0.49" warning when additionalEditorconfig is not being used --- CHANGELOG.md | 1 + .../org/jlleitschuh/gradle/ktlint/worker/KtLintWorkAction.kt | 1 + .../jlleitschuh/gradle/ktlint/KtLintSupportedVersionsTest.kt | 2 ++ 3 files changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa9263f6..83cc48b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/). ## [Unreleased] +- fix "additionalEditorconfig not supported until ktlint 0.49" warning [#712](https://github.com/JLLeitschuh/ktlint-gradle/pull/712) - update latest version text file manually [#709](https://github.com/JLLeitschuh/ktlint-gradle/pull/709) - Improve error logging [#711](https://github.com/JLLeitschuh/ktlint-gradle/pull/711) diff --git a/plugin/src/main/kotlin/org/jlleitschuh/gradle/ktlint/worker/KtLintWorkAction.kt b/plugin/src/main/kotlin/org/jlleitschuh/gradle/ktlint/worker/KtLintWorkAction.kt index 78738485..86e54a25 100644 --- a/plugin/src/main/kotlin/org/jlleitschuh/gradle/ktlint/worker/KtLintWorkAction.kt +++ b/plugin/src/main/kotlin/org/jlleitschuh/gradle/ktlint/worker/KtLintWorkAction.kt @@ -40,6 +40,7 @@ abstract class KtLintWorkAction : WorkAction