File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
plugin/src/main/kotlin/org/jlleitschuh/gradle/ktlint/worker Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
8
8
## [ Unreleased]
9
9
10
10
- update latest version text file manually [ #709 ] ( https://github.com/JLLeitschuh/ktlint-gradle/pull/709 )
11
+ - Improve error logging [ #711 ] ( https://github.com/JLLeitschuh/ktlint-gradle/pull/711 )
11
12
12
13
## [ 11.6.0] - 2023-09-18
13
14
Original file line number Diff line number Diff line change @@ -123,6 +123,7 @@ abstract class KtLintWorkAction : WorkAction<KtLintWorkAction.KtLintWorkParamete
123
123
results.add(result)
124
124
}
125
125
} catch (e: RuntimeException ) {
126
+ logger.error(e.message)
126
127
throw GradleException (
127
128
" KtLint failed to parse file: ${it.absolutePath} " ,
128
129
e
You can’t perform that action at this time.
0 commit comments