We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ede21ba + 26d599a commit ab2813cCopy full SHA for ab2813c
buildSrc/src/main/kotlin/plugins/detekt.gradle.kts
@@ -23,7 +23,7 @@ import org.gradle.api.JavaVersion.VERSION_11
23
apply<DetektPlugin>()
24
25
detekt {
26
- toolVersion = "1.23.7"
+ toolVersion = "1.23.8"
27
parallel = false
28
buildUponDefaultConfig = true
29
config = files("${project.rootDir}/default-detekt-config.yml")
0 commit comments