Skip to content

Commit

Permalink
Update src/main/java/org/codehaus/mojo/exec/ExecMojo.java
Browse files Browse the repository at this point in the history
Co-authored-by: Slawomir Jaranowski <[email protected]>
  • Loading branch information
michalm2000 and slawekjaranowski committed Oct 21, 2024
1 parent d2bdc9c commit 8e7fa52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/codehaus/mojo/exec/ExecMojo.java
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ public class ExecMojo extends AbstractExecMojo {

/**
* @since 3.5.0
* Name of environment variable that will contain path to java executable provided by the toolchain (works only if toolchain feature is used)
* Name of environment variable that will contain path to java executable provided by the toolchain (works only if JDK toolchain feature is used)
*/
@Parameter(property = "exec.toolchainJavaHomeEnvName", defaultValue = "TOOLCHAIN_JAVA_HOME")
private String toolchainJavaHomeEnvName = "TOOLCHAIN_JAVA_HOME";
Expand Down

0 comments on commit 8e7fa52

Please sign in to comment.