public interface JavaEnvironment
BuildEnvironment.| Modifier and Type | Method | Description | 
|---|---|---|
| File | getJavaHome() | The Java home used for Gradle operations (for example running tasks or acquiring model information). | 
| List<String> | getJvmArguments() | The JVM arguments the user has provided to start the Java process that handles Gradle operations (for example running tasks or acquiring model information). | 
File getJavaHome()
List<String> getJvmArguments()