We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90ddb40 commit 70a1b2fCopy full SHA for 70a1b2f
buildSrc/src/main/java/org/springframework/build/CheckstyleConventions.java
@@ -50,7 +50,7 @@ public void apply(Project project) {
50
project.getPlugins().apply(CheckstylePlugin.class);
51
project.getTasks().withType(Checkstyle.class).forEach(checkstyle -> checkstyle.getMaxHeapSize().set("1g"));
52
CheckstyleExtension checkstyle = project.getExtensions().getByType(CheckstyleExtension.class);
53
- checkstyle.setToolVersion("10.21.2");
+ checkstyle.setToolVersion("10.21.4");
54
checkstyle.getConfigDirectory().set(project.getRootProject().file("src/checkstyle"));
55
String version = SpringJavaFormatPlugin.class.getPackage().getImplementationVersion();
56
DependencySet checkstyleDependencies = project.getConfigurations().getByName("checkstyle").getDependencies();
0 commit comments