Skip to content

Commit

Permalink
[MCOMPILER-576] Deprecate parameter "compilerVersion"
Browse files Browse the repository at this point in the history
This is no longer evaluated in plexus-compiler-javac
(codehaus-plexus/plexus-compiler#356).
It was never used by any other plexus compilers in the past.
  • Loading branch information
kwin committed Feb 24, 2024
1 parent c30d0f6 commit 109d27f
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -236,7 +236,10 @@ public abstract class AbstractCompilerMojo extends AbstractMojo {

/**
* Version of the compiler to use, ex. "1.3", "1.5", if {@link #fork} is set to <code>true</code>.
* @deprecated This parameter is no longer evaluated by the underlying compilers, instead the actual
* version of the {@code javac} binary is automatically retrieved.
*/
@Deprecated
@Parameter(property = "maven.compiler.compilerVersion")
private String compilerVersion;

Expand Down

0 comments on commit 109d27f

Please sign in to comment.