Remove deprecated usages in gradle-plugin test (#4889)

This commit is contained in:
schalkms
2022-06-01 22:57:37 +02:00
committed by GitHub
parent 16b66586bc
commit 8fbcf20591

View File

@@ -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)
}
}
},