We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 848348f commit 3403b18Copy full SHA for 3403b18
pom.xml
@@ -473,21 +473,6 @@
473
</plugins>
474
</build>
475
</profile>
476
-
477
- <profile>
478
- <id>java11+</id>
479
- <activation>
480
- <jdk>[11,)</jdk>
481
- </activation>
482
- <build>
483
- <plugins>
484
- <plugin>
485
- <groupId>com.diffplug.spotless</groupId>
486
- <artifactId>spotless-maven-plugin</artifactId>
487
- </plugin>
488
- </plugins>
489
- </build>
490
- </profile>
491
</profiles>
492
493
</project>
0 commit comments