File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 2525 <maven-compiler-plugin .version>3.10.0</maven-compiler-plugin .version>
2626 <spotless .version>2.44.2</spotless .version>
2727 <maven-checkstyle-plugin .version>3.6.0</maven-checkstyle-plugin .version>
28- <checkstyle .version>10.21.3 </checkstyle .version>
28+ <checkstyle .version>10.21.4 </checkstyle .version>
2929
3030 <!-- dependencies -->
3131 <protobuf .version>3.25.5</protobuf .version>
147147 <plugin >
148148 <groupId >org.apache.maven.plugins</groupId >
149149 <artifactId >maven-checkstyle-plugin</artifactId >
150- <version >3.6.0</version >
150+ <version >${maven-checkstyle-plugin.version} </version >
151+ <configuration >
152+ <configLocation >checkstyle.xml</configLocation >
153+ <consoleOutput >true</consoleOutput >
154+ <includeTestSourceDirectory >true</includeTestSourceDirectory >
155+ </configuration >
151156 <dependencies >
152157 <dependency >
153158 <groupId >com.puppycrawl.tools</groupId >
You can’t perform that action at this time.
0 commit comments