Skip to content

Commit

Permalink
Update checkstyle version to 8.29 to follow opensearch 1.x
Browse files Browse the repository at this point in the history
Signed-off-by: Alex <[email protected]>
  • Loading branch information
Alex committed May 20, 2021
1 parent 5d368a6 commit 4325929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ check.dependsOn jacocoTestCoverageVerification
jacocoTestCoverageVerification.dependsOn jacocoTestReport

checkstyle {
toolVersion = '8.20'
toolVersion = '8.29'
}

dependencies {
Expand Down

0 comments on commit 4325929

Please sign in to comment.