Skip to content

Commit

Permalink
[MPLUGIN-474] Improve descriptor docs for requiredJavaVersion
Browse files Browse the repository at this point in the history
This closes #249
  • Loading branch information
michael-o committed Dec 25, 2023
1 parent 017047e commit 4e2e0b6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,8 @@ public class DescriptorGeneratorMojo extends AbstractGeneratorMojo {
*
* <ul>
* <li>A version range which specifies the supported Java versions. It can either use the usual mathematical
* syntax like {@code "[2.0.10,2.1.0),[3.0,)"} or use a single version like {@code "2.2.1"}. The latter is a short
* form for {@code "[2.2.1,)"}, i.e. denotes the minimum version required.</li>
* syntax like {@code "[1.7,9),[11,)"} or use a single version like {@code "1.8"}. The latter is a short
* form for {@code "[1.8,)"}, i.e. denotes the minimum version required.</li>
* <li>{@code "auto"} to determine the minimum Java version from the binary class version being generated during
* compilation (determined by the extractor).</li>
* </ul>
Expand Down

0 comments on commit 4e2e0b6

Please sign in to comment.