Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getGradleUserHomeDir (0.09 seconds)

  1. build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/ElasticsearchTestBasePlugin.java

                }
    
                // don't track these as inputs since they contain absolute paths and break cache relocatability
                File gradleUserHome = project.getGradle().getGradleUserHomeDir();
                nonInputProperties.systemProperty("gradle.user.home", gradleUserHome);
                // we use 'temp' relative to CWD since this is per JVM and tests are forbidden from writing to CWD
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Aug 24 22:14:49 GMT 2021
    - 10.4K bytes
    - Click Count (0)
Back to Top