Bump Checkstyle to verson 10.25.0
This commit is contained in:
parent
af8199b550
commit
f79e950d66
3 changed files with 3 additions and 3 deletions
|
@ -26,7 +26,7 @@ public class ExamplesBuild extends BaseProject {
|
|||
|
||||
repositories = List.of(MAVEN_CENTRAL);
|
||||
|
||||
scope(test).include(dependency("com.puppycrawl.tools", "checkstyle", version(10, 24, 0)));
|
||||
scope(test).include(dependency("com.puppycrawl.tools", "checkstyle", version(10, 25, 0)));
|
||||
|
||||
testOperation().mainClass("com.example.ExamplesTest");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue