Bumped checkstyle to 10.13.0 and bld to 1.8.0

This commit is contained in:
Erik C. Thauvin 2024-01-30 21:45:17 -08:00
parent aee5516648
commit c8853c39fb
15 changed files with 28 additions and 22 deletions

View file

@ -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();
}
}
}