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 f8aa568 commit 767c073Copy full SHA for 767c073
buildSrc/src/main/kotlin/toolkit-detekt.gradle.kts
@@ -67,5 +67,8 @@ tasks.create("aaaa") {
67
68
true
69
}
70
+
71
+ println("======")
72
+ tasks.named<Detekt>("detektMain").get().source.forEach { println(it) }
73
74
0 commit comments