File tree Expand file tree Collapse file tree 1 file changed +0
-34
lines changed
Expand file tree Collapse file tree 1 file changed +0
-34
lines changed Original file line number Diff line number Diff line change 274274 </pluginRepositories >
275275
276276 <build >
277- <pluginManagement >
278- <plugins >
279- <plugin >
280- <groupId >com.diffplug.spotless</groupId >
281- <artifactId >spotless-maven-plugin</artifactId >
282- <version >2.36.0</version >
283- <configuration >
284- <!-- define a language-specific format -->
285- <java >
286- <!-- no need to specify files, inferred automatically -->
287- <endWithNewline />
288- <removeUnusedImports />
289- </java >
290- <pom >
291- <sortPom >
292- <encoding >${project.build.sourceEncoding} </encoding >
293- <lineSeparator >\n</lineSeparator >
294- <expandEmptyElements >false</expandEmptyElements >
295- <spaceBeforeCloseEmptyElement >true</spaceBeforeCloseEmptyElement >
296- </sortPom >
297- </pom >
298- </configuration >
299- <executions >
300- <execution >
301- <!-- Runs in verify phase by default -->
302- <goals >
303- <!-- Can be disabled using -Dspotless.check.skip -->
304- <goal >check</goal >
305- </goals >
306- </execution >
307- </executions >
308- </plugin >
309- </plugins >
310- </pluginManagement >
311277 <plugins >
312278 <plugin >
313279 <groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments