Skip to content

Commit 65a430b

Browse files
committed
Upgrade to Checkstyle 10.9.3 again
Commit ed4404f inadvertently switched back to 10.9.1.
1 parent bd62f47 commit 65a430b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/java/org/springframework/build/CheckstyleConventions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public void apply(Project project) {
4848
project.getPlugins().apply(CheckstylePlugin.class);
4949
project.getTasks().withType(Checkstyle.class).forEach(checkstyle -> checkstyle.getMaxHeapSize().set("1g"));
5050
CheckstyleExtension checkstyle = project.getExtensions().getByType(CheckstyleExtension.class);
51-
checkstyle.setToolVersion("10.9.1");
51+
checkstyle.setToolVersion("10.9.3");
5252
checkstyle.getConfigDirectory().set(project.getRootProject().file("src/checkstyle"));
5353
String version = SpringJavaFormatPlugin.class.getPackage().getImplementationVersion();
5454
DependencySet checkstyleDependencies = project.getConfigurations().getByName("checkstyle").getDependencies();

0 commit comments

Comments
 (0)