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 9122789 commit 3e85bc6Copy full SHA for 3e85bc6
buildSrc/src/main/kotlin/toolkit-detekt.gradle.kts
@@ -73,7 +73,7 @@ tasks.create("aaaa") {
73
ss.forEach { t ->
74
println("pp / $t / ======")
75
exec {
76
- commandLine("ls", "-la", t.absolutePath).isIgnoreExitValue = true
+ commandLine("ls", "-laR", t.absolutePath).isIgnoreExitValue = true
77
}
78
79
true
0 commit comments