Skip to content

Commit

Permalink
Remove deprecated usages in gradle-plugin test (#4889)
Browse files Browse the repository at this point in the history
  • Loading branch information
schalkms committed Jun 1, 2022
1 parent 16b6658 commit 8fbcf20
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -58,8 +58,8 @@ class DetektPlainSpec {

tasks.withType(Detekt::class.java).configureEach {
it.reports { reports ->
reports.sarif.enabled = true
reports.txt.enabled = false
reports.sarif.required.set(true)
reports.txt.required.set(false)
}
}
},
Expand Down

0 comments on commit 8fbcf20

Please sign in to comment.