Skip to content

Commit 818e56e

Browse files
committed
Allow versions >= 1.7
1 parent ab24f74 commit 818e56e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
</requireMavenVersion>
8080
<requireJavaVersion>
8181
<!-- enforce =1.7 so that we compile against the right JRE -->
82-
<version>[1.7,1.8)</version>
82+
<version>[1.7,)</version>
8383
</requireJavaVersion>
8484
</rules>
8585
</configuration>

0 commit comments

Comments
 (0)