Skip to content

Commit

Permalink
Remove superfluous checkstyle dependency
Browse files Browse the repository at this point in the history
This is already done via the `checkstyle` gradle plugin
  • Loading branch information
AntonOellerer committed Oct 4, 2021
1 parent 6d1b70e commit c401c25
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ dependencies {
testImplementation('org.junit.jupiter:junit-jupiter:5.7.2')
testImplementation("org.hamcrest:hamcrest:2.2")
testImplementation("com.docu-tools:poipath:1.0.0")

checkstyle 'com.puppycrawl.tools:checkstyle:9.0.1'
}

tasks.withType(Checkstyle) {
Expand Down

0 comments on commit c401c25

Please sign in to comment.