Skip to content

Commit

Permalink
Remove duplication
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Aug 15, 2024
1 parent 726121e commit d85dd9b
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -308,11 +308,6 @@ afterEvaluate {
}
}

checkstyle {
toolVersion = requiredVersionFromLibs("checkstyle")
configDirectory = rootProject.layout.projectDirectory.dir("gradle/config/checkstyle")
}

tasks {
checkstyleMain {
config = resources.text.fromFile(checkstyle.configDirectory.file("checkstyleMain.xml"))
Expand Down

0 comments on commit d85dd9b

Please sign in to comment.