Merge branch '4.1.x'

Closes gh-1590
This commit is contained in:
Stéphane Nicoll
2025-05-26 17:35:17 +02:00

View File

@@ -45,7 +45,7 @@ public class CheckstyleConventions {
.forEach((checkstyle) -> checkstyle.getMaxHeapSize().set("1g"));
project.getTasks().named("checkstyleTest").configure((task) -> task.setEnabled(false));
CheckstyleExtension checkstyle = project.getExtensions().getByType(CheckstyleExtension.class);
checkstyle.setToolVersion("10.21.1");
checkstyle.setToolVersion("10.24.0");
checkstyle.getConfigDirectory().set(project.getRootProject().file("src/checkstyle"));
String version = SpringJavaFormatPlugin.class.getPackage().getImplementationVersion();
DependencySet checkstyleDependencies = project.getConfigurations()