File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
buildSrc/src/main/java/org/springframework/build Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ public void apply(Project project) {
48
48
project .getPlugins ().apply (CheckstylePlugin .class );
49
49
project .getTasks ().withType (Checkstyle .class ).forEach (checkstyle -> checkstyle .getMaxHeapSize ().set ("1g" ));
50
50
CheckstyleExtension checkstyle = project .getExtensions ().getByType (CheckstyleExtension .class );
51
- checkstyle .setToolVersion ("10.9.1 " );
51
+ checkstyle .setToolVersion ("10.9.3 " );
52
52
checkstyle .getConfigDirectory ().set (project .getRootProject ().file ("src/checkstyle" ));
53
53
String version = SpringJavaFormatPlugin .class .getPackage ().getImplementationVersion ();
54
54
DependencySet checkstyleDependencies = project .getConfigurations ().getByName ("checkstyle" ).getDependencies ();
You can’t perform that action at this time.
0 commit comments