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 8e0e83c commit a2b735fCopy full SHA for a2b735f
pom.xml
@@ -366,20 +366,6 @@
366
<invoker.parallelThreads>1</invoker.parallelThreads>
367
</properties>
368
</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>
383
<profile>
384
<id>run-its</id>
385
<build>
0 commit comments