Bumped checkstyle to 10.13.0 and bld to 1.8.0
This commit is contained in:
parent
03cd729e01
commit
9a09ea2737
15 changed files with 28 additions and 22 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, 7)));
|
||||
scope(test).include(dependency("com.puppycrawl.tools", "checkstyle", version(10, 13, 0)));
|
||||
|
||||
testOperation().mainClass("com.example.ExamplesTest");
|
||||
}
|
||||
|
@ -36,4 +36,4 @@ public class ExamplesBuild extends BaseProject {
|
|||
.execute();
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue