Skip to content

Commit 767c073

Browse files
committed
y
1 parent f8aa568 commit 767c073

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,8 @@ tasks.create("aaaa") {
6767

6868
true
6969
}
70+
71+
println("======")
72+
tasks.named<Detekt>("detektMain").get().source.forEach { println(it) }
7073
}
7174
}

0 commit comments

Comments
 (0)