Skip to content

Commit

Permalink
fix required java version
Browse files Browse the repository at this point in the history
  • Loading branch information
akuechl committed Dec 11, 2018
1 parent fcf8fdc commit e21c7d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@
<configuration>
<rules>
<requireJavaVersion>
<version>[${project.java.version}]</version>
<version>[1.8,1.9)</version>
</requireJavaVersion>
</rules>
</configuration>
Expand Down

0 comments on commit e21c7d6

Please sign in to comment.