Skip to content

Commit 402f3d9

Browse files
committed
Merge branch '4.1.x'
Closes gh-1590
2 parents 7b3fea7 + 3e7cf49 commit 402f3d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/plugins/conventions-plugin/src/main/java/org/springframework/ws/gradle/conventions/CheckstyleConventions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public void apply(Project project) {
4545
.forEach((checkstyle) -> checkstyle.getMaxHeapSize().set("1g"));
4646
project.getTasks().named("checkstyleTest").configure((task) -> task.setEnabled(false));
4747
CheckstyleExtension checkstyle = project.getExtensions().getByType(CheckstyleExtension.class);
48-
checkstyle.setToolVersion("10.21.1");
48+
checkstyle.setToolVersion("10.24.0");
4949
checkstyle.getConfigDirectory().set(project.getRootProject().file("src/checkstyle"));
5050
String version = SpringJavaFormatPlugin.class.getPackage().getImplementationVersion();
5151
DependencySet checkstyleDependencies = project.getConfigurations()

0 commit comments

Comments
 (0)