-
- All Implemented Interfaces:
public final class ExecRunnerKt
-
-
Method Summary
Modifier and Type Method Description final static Map<String, String>
computeEnvironment(ExecConfiguration execConfiguration)
Helper function that will calculate the environment variables that should be used. final static File
computeWorkingDir(DirectoryProperty nodeProjectDir, ExecConfiguration execConfiguration)
-
-
Method Detail
-
computeEnvironment
final static Map<String, String> computeEnvironment(ExecConfiguration execConfiguration)
Helper function that will calculate the environment variables that should be used.
This is operating-system aware and will check Path and PATH in additionalBinPaths on Windows
- Parameters:
execConfiguration
- configuration to get environment variables from
-
computeWorkingDir
final static File computeWorkingDir(DirectoryProperty nodeProjectDir, ExecConfiguration execConfiguration)
-
-
-
-