Skip to content

Commit 9d64a11

Browse files
committed
Merge branch '3.0.x' into 3.1.x
Closes gh-37977
2 parents 9f3afb3 + f081a0e commit 9d64a11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/java/org/springframework/boot/build/JavaConventions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ private void configureSpringJavaFormat(Project project) {
239239
project.getTasks().withType(Format.class, (Format) -> Format.setEncoding("UTF-8"));
240240
project.getPlugins().apply(CheckstylePlugin.class);
241241
CheckstyleExtension checkstyle = project.getExtensions().getByType(CheckstyleExtension.class);
242-
checkstyle.setToolVersion("8.45.1");
242+
checkstyle.setToolVersion("10.12.4");
243243
checkstyle.getConfigDirectory().set(project.getRootProject().file("src/checkstyle"));
244244
String version = SpringJavaFormatPlugin.class.getPackage().getImplementationVersion();
245245
DependencySet checkstyleDependencies = project.getConfigurations().getByName("checkstyle").getDependencies();

0 commit comments

Comments
 (0)