Skip to content

Commit

Permalink
Fix requireJavaVersion range (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored Jan 20, 2023
1 parent 7c247a6 commit 423ecc8
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 @@ -584,7 +584,7 @@
</requirePluginVersions>
-->
<requireJavaVersion>
<version>[${maven.compiler.release},]</version>
<version>[${maven.compiler.release},)</version>
</requireJavaVersion>
<bannedDependencies>
<excludes>
Expand Down

0 comments on commit 423ecc8

Please sign in to comment.