Skip to content

Commit

Permalink
Document requirements for Java 19
Browse files Browse the repository at this point in the history
  • Loading branch information
keeganwitt committed Oct 20, 2022
1 parent 8a195c3 commit 5fabc17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ public abstract class AbstractCompileMojo extends AbstractGroovySourcesMojo {
* Using 16 requires Groovy >= 3.0.6.
* Using 17 requires Groovy >= 3.0.8 or Groovy > 4.0.0-alpha-3.
* Using 18 requires Groovy > 4.0.0-beta-1.
* Using 19 requires Groovy > 4.0.2.
*/
@Parameter(property = "maven.compiler.target", defaultValue = "1.8")
protected String targetBytecode;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ public abstract class AbstractGenerateStubsMojo extends AbstractGroovyStubSource
* Using 16 requires Groovy >= 3.0.6.
* Using 17 requires Groovy >= 3.0.8 or Groovy > 4.0.0-alpha-3.
* Using 18 requires Groovy > 4.0.0-beta-1.
* Using 19 requires Groovy > 4.0.2.
*
* @since 1.0-beta-3
*/
Expand Down

0 comments on commit 5fabc17

Please sign in to comment.