Skip to content

Commit 044bb6a

Browse files
committed
Upgrade to Checkstyle 10.26.1
Closes gh-1640
1 parent d8e974b commit 044bb6a

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.24.0");
48+
checkstyle.setToolVersion("10.26.1");
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)