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 aed93d5 commit fc2f9f1Copy full SHA for fc2f9f1
pom.xml
@@ -811,23 +811,6 @@
811
</build>
812
</profile>
813
814
- <profile>
815
- <id>jdk9-compile</id>
816
- <activation>
817
- <jdk>[1.9,)</jdk>
818
- </activation>
819
- <build>
820
- <plugins>
821
- <plugin>
822
- <artifactId>maven-compiler-plugin</artifactId>
823
- <configuration>
824
- <release>8</release>
825
- </configuration>
826
- </plugin>
827
- </plugins>
828
- </build>
829
- </profile>
830
-
831
<profile>
832
<id>jdk9-jdk11-spotless</id>
833
<activation>
0 commit comments