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 f9666a2 commit 5ec187aCopy full SHA for 5ec187a
build.gradle.kts
@@ -112,9 +112,9 @@ detekt {
112
tasks.withType<Detekt>().configureEach {
113
jvmTarget = JvmTarget.JVM_17.target
114
reports {
115
- xml.required.set(false)
+ checkstyle.required.set(false)
116
sarif.required.set(false)
117
- md.required.set(false)
+ markdown.required.set(false)
118
html.outputLocation.set(file("build/reports/detekt/${project.name}.html"))
119
}
120
gradle/libs.versions.toml
@@ -2,7 +2,7 @@
2
kotlin = "2.2.21"
3
binaryCompabilityValidator = "0.18.0"
4
agp = "8.13.0"
5
-detekt = "2.0.0-alpha.0"
+detekt = "2.0.0-alpha.1"
6
mavenPublish = "0.34.0"
7
burst = "2.9.0"
8
toolchainsResolver = "1.0.0"
0 commit comments