mirror of
https://github.com/jlengrand/detekt.git
synced 2026-03-10 08:11:23 +00:00
Remove deprecated usages in gradle-plugin test (#4889)
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user