Skip to content

Commit 9122789

Browse files
committed
y
1 parent 7af59ec commit 9122789

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

buildSrc/src/main/kotlin/toolkit-detekt.gradle.kts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,13 @@ tasks.create("aaaa") {
6969
println("1 / ======")
7070
println(ss.files)
7171

72+
println("pp / ======")
73+
ss.forEach { t ->
74+
println("pp / $t / ======")
75+
exec {
76+
commandLine("ls", "-la", t.absolutePath).isIgnoreExitValue = true
77+
}
78+
}
7279
true
7380
}
7481

0 commit comments

Comments
 (0)