Skip to content

Commit

Permalink
Gradle: Remove the alignment of detekt core and plugin versions
Browse files Browse the repository at this point in the history
This is not necessary anymore as of detekt 1.20.0, see [1].

[1]: detekt/detekt#4618

Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
  • Loading branch information
sschuberth committed Jun 17, 2022
1 parent 9d8465b commit 34953ee
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,6 @@ allprojects {
}

detekt {
// Align the detekt core and plugin versions.
toolVersion = detektPluginVersion

// Only configure differences to the default.
buildUponDefaultConfig = true
config = files("$rootDir/.detekt.yml")
Expand Down

0 comments on commit 34953ee

Please sign in to comment.