File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
buildSrc/src/main/java/org/springframework/boot/build Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -239,7 +239,7 @@ private void configureSpringJavaFormat(Project project) {
239
239
project .getTasks ().withType (Format .class , (Format ) -> Format .setEncoding ("UTF-8" ));
240
240
project .getPlugins ().apply (CheckstylePlugin .class );
241
241
CheckstyleExtension checkstyle = project .getExtensions ().getByType (CheckstyleExtension .class );
242
- checkstyle .setToolVersion ("8.45.1 " );
242
+ checkstyle .setToolVersion ("10.12.4 " );
243
243
checkstyle .getConfigDirectory ().set (project .getRootProject ().file ("src/checkstyle" ));
244
244
String version = SpringJavaFormatPlugin .class .getPackage ().getImplementationVersion ();
245
245
DependencySet checkstyleDependencies = project .getConfigurations ().getByName ("checkstyle" ).getDependencies ();
You can’t perform that action at this time.
0 commit comments