Skip to content

Commit a2b735f

Browse files
Remove redundant spotless configuration
Spotless is executed by default
1 parent 8e0e83c commit a2b735f

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

pom.xml

-14
Original file line numberDiff line numberDiff line change
@@ -366,20 +366,6 @@
366366
<invoker.parallelThreads>1</invoker.parallelThreads>
367367
</properties>
368368
</profile>
369-
<profile>
370-
<id>java11+</id>
371-
<activation>
372-
<jdk>[11,)</jdk>
373-
</activation>
374-
<build>
375-
<plugins>
376-
<plugin>
377-
<groupId>com.diffplug.spotless</groupId>
378-
<artifactId>spotless-maven-plugin</artifactId>
379-
</plugin>
380-
</plugins>
381-
</build>
382-
</profile>
383369
<profile>
384370
<id>run-its</id>
385371
<build>

0 commit comments

Comments
 (0)