Skip to content

Commit

Permalink
[Java] Remove unnecessary Checkstyle dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
vyazelenko committed Jan 7, 2020
1 parent 437eab8 commit 8dc7349
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 @@ -146,8 +146,6 @@ subprojects {
jar.enabled = true

dependencies {
checkstyle "com.puppycrawl.tools:checkstyle:${checkstyleVersion}"

testImplementation "org.hamcrest:hamcrest:${hamcrestVersion}"
testImplementation "org.mockito:mockito-junit-jupiter:${mockitoVersion}"
testImplementation "org.junit.jupiter:junit-jupiter-api:${junitVersion}"
Expand Down

0 comments on commit 8dc7349

Please sign in to comment.