Commit fd15b62a authored by Christian Dupuis's avatar Christian Dupuis

Allow maven build with JDK 1.8

parent d6b2ade8
......@@ -263,7 +263,7 @@
[1.3.1,)
</versionRange>
<goals>
<goal>enforce-once</goal>
<goal>enforce</goal>
</goals>
</pluginExecutionFilter>
<action>
......@@ -325,12 +325,12 @@
<execution>
<id>enforce-rules</id>
<goals>
<goal>enforce-once</goal>
<goal>enforce</goal>
</goals>
<configuration>
<rules>
<requireJavaVersion>
<version>(1.7,1.8)</version>
<version>(1.7,1.8]</version>
</requireJavaVersion>
</rules>
</configuration>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment