Skip to content

Commit

Permalink
Fixing checkstyle version (#237)
Browse files Browse the repository at this point in the history
* Release notes for 2.5

Signed-off-by: Bharathwaj G <[email protected]>

* changing checkstyle version

Signed-off-by: Bharathwaj G <[email protected]>

---------

Signed-off-by: Bharathwaj G <[email protected]>
  • Loading branch information
bharath-techie authored Feb 17, 2023
1 parent cf7103c commit 62bb2aa
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 @@ -62,7 +62,7 @@ apply plugin: 'opensearch.pluginzip'


checkstyle {
toolVersion = '8.24'
toolVersion = '8.29'
configFile file("checkstyle/checkstyle.xml")
}

Expand Down

0 comments on commit 62bb2aa

Please sign in to comment.