Skip to content

Commit

Permalink
Revert "[Backport 2.11] Remove Checkstyle redundant implementation. (#…
Browse files Browse the repository at this point in the history
…3486)"

This reverts commit 3c24cd0.
  • Loading branch information
cwperks committed Nov 6, 2023
1 parent a418f75 commit 1b86715
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -665,6 +665,9 @@ dependencies {
integrationTestImplementation "org.apache.httpcomponents:httpcore:4.4.13"
integrationTestImplementation "org.apache.httpcomponents:httpasyncclient:4.1.5"

//Checkstyle
checkstyle 'com.puppycrawl.tools:checkstyle:10.12.1'

//spotless
implementation('com.google.googlejavaformat:google-java-format:1.17.0') {
exclude group: 'com.google.guava'
Expand Down

0 comments on commit 1b86715

Please sign in to comment.