Skip to content

Commit

Permalink
Merge pull request #37 from atulgpt/fix/remove-deprecated-config
Browse files Browse the repository at this point in the history
Remove deprecated configs
  • Loading branch information
rock3r authored Mar 6, 2024
2 parents 7195cd5 + 3934e83 commit 5101809
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ kotlin {
}

detekt {
source = files("src/main/java", "src/main/kotlin")
config = rootProject.files("build-config/detekt.yml")
source.setFrom(files("src/main/java", "src/main/kotlin"))
config.setFrom(files("build-config/detekt.yml"))
buildUponDefaultConfig = true
}

Expand Down

0 comments on commit 5101809

Please sign in to comment.