Commit 506e5766 authored by Mattias Severson's avatar Mattias Severson

Relaxed <requireJavaVersion> configuration of the maven-enforcer-plugin

This commit resolves #695 by changing the configuration so that all Java versions from 1.7 and above are allowed.
parent 0ed16429
......@@ -342,7 +342,7 @@
<configuration>
<rules>
<requireJavaVersion>
<version>(1.7,1.8)</version>
<version>1.7</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