Skip to content

Commit

Permalink
Merge pull request #376 from maven-nar/feature/increase-max-jdk
Browse files Browse the repository at this point in the history
Increase the minimum required JDK version to 8
  • Loading branch information
GregDomjan authored Jul 22, 2021
2 parents ad10752 + 3c69866 commit 48af679
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 @@ -399,7 +399,7 @@
<configuration>
<rules>
<enforceBytecodeVersion>
<maxJdkVersion>1.7</maxJdkVersion>
<maxJdkVersion>1.8</maxJdkVersion>
</enforceBytecodeVersion>
</rules>
<fail>true</fail>
Expand Down

0 comments on commit 48af679

Please sign in to comment.