Skip to content

Commit

Permalink
chore(build): Maven Enforcer fix range for requireJavaVersion JDK 1.8…
Browse files Browse the repository at this point in the history
… or 11, or 17 or 19+
  • Loading branch information
nhojpatrick committed Feb 5, 2023
1 parent 315fe60 commit 12a4eaf
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 @@ -246,7 +246,7 @@
<configuration>
<rules>
<requireJavaVersion>
<version>[1.8,9),[11,12),[16,)</version>
<version>[1.8,9),[11,12),[17,18),[19,)</version>
</requireJavaVersion>
<requireMavenVersion>
<version>[3.8.7,)</version>
Expand Down

0 comments on commit 12a4eaf

Please sign in to comment.