Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 33 of 33 for ProjectCacheDir (0.16 sec)

  1. subprojects/core/src/main/java/org/gradle/initialization/StartParameterBuildOptions.java

            return options;
        }
    
        public static class ProjectCacheDirOption extends StringBuildOption<StartParameterInternal> {
            public static final String PROPERTY_NAME = "org.gradle.projectcachedir";
    
            public ProjectCacheDirOption() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 23 22:47:53 UTC 2023
    - 25.6K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/authoring-builds/build_environment.adoc

    `org.gradle.priority=(low,normal)`::
    Specifies the <<command_line_interface.adoc#sec:command_line_performance,scheduling priority>> for the Gradle daemon and all processes launched by it.
    +
    _Default is `normal`._
    
    `org.gradle.projectcachedir=(directory)`::
    Specify the project-specific cache directory. Defaults to `.gradle` in the root project directory."
    +
    _Default is `.gradle`._
    
    `org.gradle.unsafe.isolated-projects=(true,false)`::
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 24 04:19:09 UTC 2024
    - 20.1K bytes
    - Viewed (0)
  3. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.initialization.layout.ProjectCacheDir$1> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (ProjectCacheDir.java:0)
    Class <org.gradle.initialization.layout.ProjectCacheDir> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (ProjectCacheDir.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 967.9K bytes
    - Viewed (0)
Back to top