Skip to content

Commit 8e7fa52

Browse files
Update src/main/java/org/codehaus/mojo/exec/ExecMojo.java
Co-authored-by: Slawomir Jaranowski <s.jaranowski@gmail.com>
1 parent d2bdc9c commit 8e7fa52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/codehaus/mojo/exec/ExecMojo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ public class ExecMojo extends AbstractExecMojo {
341341

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

0 commit comments

Comments
 (0)