Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getProjectCacheDir (0.12 sec)

  1. subprojects/core-api/src/main/java/org/gradle/StartParameter.java

         *
         * @return project's cache dir, or null if the default location is to be used.
         */
        @Nullable
        public File getProjectCacheDir() {
            return projectCacheDir;
        }
    
        /**
         * Creates a {@code StartParameter} with default values. This is roughly equivalent to running Gradle on the command-line with no arguments.
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 06:24:50 UTC 2024
    - 33.9K bytes
    - Viewed (0)
Back to top