Skip to content

Commit

Permalink
Add support for Java 1.8 in Maven enforcer
Browse files Browse the repository at this point in the history
  • Loading branch information
davidheryanto committed Feb 11, 2020
1 parent 20b00b0 commit 190e605
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 @@ -422,7 +422,7 @@
<version>[3.6,4.0)</version>
</requireMavenVersion>
<requireJavaVersion>
<version>[11.0,)</version>
<version>[1.8,11.1)</version>
</requireJavaVersion>
<reactorModuleConvergence />
</rules>
Expand Down

0 comments on commit 190e605

Please sign in to comment.