Skip to content

Commit f39174d

Browse files
committed
Remove spotless checks
#1435 will bring it back
1 parent f2b0060 commit f39174d

File tree

1 file changed

+0
-34
lines changed

1 file changed

+0
-34
lines changed

pom.xml

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -274,40 +274,6 @@
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>

0 commit comments

Comments
 (0)