We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1c3b6e commit 36d1bc5Copy full SHA for 36d1bc5
buildSrc/src/main/java/org/springframework/build/CheckstyleConventions.java
@@ -50,7 +50,7 @@ public void apply(Project project) {
50
project.getPlugins().apply(CheckstylePlugin.class);
51
project.getTasks().withType(Checkstyle.class).forEach(checkstyle -> checkstyle.getMaxHeapSize().set("1g"));
52
CheckstyleExtension checkstyle = project.getExtensions().getByType(CheckstyleExtension.class);
53
- checkstyle.setToolVersion("10.14.1");
+ checkstyle.setToolVersion("10.14.2");
54
checkstyle.getConfigDirectory().set(project.getRootProject().file("src/checkstyle"));
55
String version = SpringJavaFormatPlugin.class.getPackage().getImplementationVersion();
56
DependencySet checkstyleDependencies = project.getConfigurations().getByName("checkstyle").getDependencies();
0 commit comments