Skip to content

Commit c8958e4

Browse files
committed
fixup! reporting paths
1 parent 6ca9a07 commit c8958e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildSrc/src/main/kotlin/pklKotlinLibrary.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@ tasks.withType<Detekt>().configureEach {
7272
}
7373

7474
val reportMergeXml by tasks.registering(ReportMergeTask::class) {
75-
output.set(rootProject.layout.buildDirectory.file("reports/detekt/merge.xml"))
75+
output.set(rootProject.layout.buildDirectory.file("reports/detekt/detekt.xml"))
7676
}
7777

7878
val reportMergeSarif by tasks.registering(ReportMergeTask::class) {
79-
output.set(rootProject.layout.buildDirectory.file("reports/detekt/merge.xml"))
79+
output.set(rootProject.layout.buildDirectory.file("reports/detekt/detekt.sarif"))
8080
}
8181

8282
reportMergeXml {

0 commit comments

Comments
 (0)