Skip to content

Commit fc2f9f1

Browse files
committed
Remove jdk9-compile profile from pom.xml
1 parent aed93d5 commit fc2f9f1

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

pom.xml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -811,23 +811,6 @@
811811
</build>
812812
</profile>
813813

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-
831814
<profile>
832815
<id>jdk9-jdk11-spotless</id>
833816
<activation>

0 commit comments

Comments
 (0)