File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 </basepom .test.add.opens>
3131
3232 <argLine />
33+
34+ <project .build.jdk.version>17</project .build.jdk.version>
35+ <dep .commons-lang3.version>3.18.0</dep .commons-lang3.version>
3336 </properties >
3437
3538 <dependencyManagement >
144147 <dependency >
145148 <groupId >org.apache.commons</groupId >
146149 <artifactId >commons-lang3</artifactId >
147- <version >3.18.0</version >
148150 </dependency >
149151 <dependency >
150152 <groupId >commons-net</groupId >
353355 </annotationProcessorPaths >
354356 </configuration >
355357 </plugin >
358+
359+ <plugin >
360+ <groupId >com.diffplug.spotless</groupId >
361+ <artifactId >spotless-maven-plugin</artifactId >
362+ <executions >
363+ <execution >
364+ <id >apply</id >
365+ <phase >none</phase >
366+ </execution >
367+ <execution >
368+ <id >check</id >
369+ <phase >none</phase >
370+ </execution >
371+ </executions >
372+ </plugin >
373+ <plugin >
374+ <groupId >org.apache.maven.plugins</groupId >
375+ <artifactId >maven-checkstyle-plugin</artifactId >
376+ <configuration >
377+ <skip >true</skip >
378+ </configuration >
379+ </plugin >
356380 </plugins >
357381 </build >
358382
You can’t perform that action at this time.
0 commit comments