Skip to content

Commit 5ec187a

Browse files
committed
Detekt 2.0.0-alpha.1.
1 parent f9666a2 commit 5ec187a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@ detekt {
112112
tasks.withType<Detekt>().configureEach {
113113
jvmTarget = JvmTarget.JVM_17.target
114114
reports {
115-
xml.required.set(false)
115+
checkstyle.required.set(false)
116116
sarif.required.set(false)
117-
md.required.set(false)
117+
markdown.required.set(false)
118118
html.outputLocation.set(file("build/reports/detekt/${project.name}.html"))
119119
}
120120
}

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
kotlin = "2.2.21"
33
binaryCompabilityValidator = "0.18.0"
44
agp = "8.13.0"
5-
detekt = "2.0.0-alpha.0"
5+
detekt = "2.0.0-alpha.1"
66
mavenPublish = "0.34.0"
77
burst = "2.9.0"
88
toolchainsResolver = "1.0.0"

0 commit comments

Comments
 (0)