Skip to content

Commit

Permalink
Fixing checkstyle version (opensearch-project#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 and Arpit-Bandejiya committed Feb 21, 2023
1 parent a9f65ed commit 7f14d9f
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 7f14d9f

Please sign in to comment.