File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/org/springframework/boot/build Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- javaFormatVersion =0.0.19
1
+ javaFormatVersion =0.0.20
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ private void configureSpringJavaFormat(Project project) {
146
146
project .getTasks ().withType (FormatTask .class , (formatTask ) -> formatTask .setEncoding ("UTF-8" ));
147
147
project .getPlugins ().apply (CheckstylePlugin .class );
148
148
CheckstyleExtension checkstyle = project .getExtensions ().getByType (CheckstyleExtension .class );
149
- checkstyle .setToolVersion ("8.22 " );
149
+ checkstyle .setToolVersion ("8.29 " );
150
150
checkstyle .getConfigDirectory ().set (project .getRootProject ().file ("src/checkstyle" ));
151
151
String version = SpringJavaFormatPlugin .class .getPackage ().getImplementationVersion ();
152
152
DependencySet checkstyleDependencies = project .getConfigurations ().getByName ("checkstyle" ).getDependencies ();
You can’t perform that action at this time.
0 commit comments