Skip to content

Commit 99fc67c

Browse files
committed
Remove active-on-jdk-9-plus profile
The code doesn't build on earlier versions anyway
1 parent d1d66ea commit 99fc67c

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

pom.xml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@
147147
<artifactId>maven-compiler-plugin</artifactId>
148148
<version>3.12.1</version>
149149
<configuration>
150+
<release>11</release>
150151
<source>11</source>
151152
<target>11</target>
152153
</configuration>
@@ -187,23 +188,6 @@
187188
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
188189
</properties>
189190
<profiles>
190-
<profile>
191-
<id>active-on-jdk-9-plus</id>
192-
<activation>
193-
<jdk>[9,)</jdk>
194-
</activation>
195-
<build>
196-
<plugins>
197-
<plugin>
198-
<artifactId>maven-compiler-plugin</artifactId>
199-
<version>3.12.1</version>
200-
<configuration>
201-
<release>11</release>
202-
</configuration>
203-
</plugin>
204-
</plugins>
205-
</build>
206-
</profile>
207191
<profile>
208192
<id>not-windows</id>
209193
<!--

0 commit comments

Comments
 (0)