Skip to content

Commit

Permalink
Enforce use of JDK 1.6 or 1.7 to build (addresses #484)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshsh committed May 26, 2014
1 parent eb50a9e commit d957c2b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pom.xml
Expand Up @@ -87,13 +87,16 @@
<version>1.3.1</version>
<executions>
<execution>
<id>enforce-dependency-convergence</id>
<id>enforce-all</id>
<goals>
<goal>enforce</goal>
</goals>
<configuration>
<rules>
<DependencyConvergence />
<requireJavaVersion>
<version>[1.6,1.8)</version>
</requireJavaVersion>
</rules>
</configuration>
</execution>
Expand Down

0 comments on commit d957c2b

Please sign in to comment.