Revert "Allow maven build with JDK 1.8"
Revert commit fd15b62a9d
to
ensure that we don't accidentally use Java 8 features.
This commit is contained in:
parent
18a666caf8
commit
26d900f3ad
|
@ -263,7 +263,7 @@
|
||||||
[1.3.1,)
|
[1.3.1,)
|
||||||
</versionRange>
|
</versionRange>
|
||||||
<goals>
|
<goals>
|
||||||
<goal>enforce</goal>
|
<goal>enforce-once</goal>
|
||||||
</goals>
|
</goals>
|
||||||
</pluginExecutionFilter>
|
</pluginExecutionFilter>
|
||||||
<action>
|
<action>
|
||||||
|
@ -325,12 +325,12 @@
|
||||||
<execution>
|
<execution>
|
||||||
<id>enforce-rules</id>
|
<id>enforce-rules</id>
|
||||||
<goals>
|
<goals>
|
||||||
<goal>enforce</goal>
|
<goal>enforce-once</goal>
|
||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
<rules>
|
<rules>
|
||||||
<requireJavaVersion>
|
<requireJavaVersion>
|
||||||
<version>(1.7,1.8]</version>
|
<version>(1.7,1.8)</version>
|
||||||
</requireJavaVersion>
|
</requireJavaVersion>
|
||||||
</rules>
|
</rules>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
Loading…
Reference in New Issue