Bumped Checkstyle version to 10.12.7
This commit is contained in:
parent
ebd8a435ef
commit
0b7cfcacdf
3 changed files with 11 additions and 10 deletions
|
@ -19,7 +19,7 @@ public class ExamplesBuild extends BaseProject {
|
|||
downloadSources = true;
|
||||
repositories = List.of(MAVEN_CENTRAL);
|
||||
|
||||
scope(test).include(dependency("com.puppycrawl.tools", "checkstyle", version(10, 12, 4)));
|
||||
scope(test).include(dependency("com.puppycrawl.tools", "checkstyle", version(10, 12, 7)));
|
||||
|
||||
testOperation().mainClass("com.example.ExamplesTest");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue