Skip to content

Commit

Permalink
Rename property moduleVersion to maven.compiler.moduleVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Feb 13, 2025
1 parent 470ca88 commit 9337c3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public abstract class AbstractCompilerMojo implements Mojo {
* @see <a href="https://docs.oracle.com/en/java/javase/17/docs/specs/man/javac.html#option-module-version">javac --module-version</a>
* @since 4.0.0
*/
@Parameter(property = "moduleVersion", defaultValue = "${project.version}")
@Parameter(property = "maven.compiler.moduleVersion", defaultValue = "${project.version}")
protected String moduleVersion;

/**
Expand Down

0 comments on commit 9337c3c

Please sign in to comment.