We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4d1d9c commit 57e5a22Copy full SHA for 57e5a22
plugin/src/main/kotlin/org/jlleitschuh/gradle/ktlint/GitHook.kt
@@ -36,7 +36,7 @@ private fun generateGradleCommand(
36
} else {
37
"./gradlew"
38
}
39
- return "$gradleCommand --quiet $taskName -P$FILTER_INCLUDE_PROPERTY_NAME=\"${'$'}CHANGED_FILES\""
+ return "$gradleCommand --quiet --no-configuration-cache $taskName -P$FILTER_INCLUDE_PROPERTY_NAME=\"${'$'}CHANGED_FILES\""
40
41
42
private fun generateGitCommand(
0 commit comments