Skip to content

Commit 2358e64

Browse files
committed
Upgrade to Checkstyle 10.24.0
Closes gh-1588
1 parent 39397ed commit 2358e64

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)