Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for BuildCacheController (0.15 sec)

  1. subprojects/core/src/main/java/org/gradle/internal/service/scopes/ExecutionGradleServices.java

            return listenerManager.getBroadcaster(OutputChangeListener.class);
        }
    
        @Provides
        public ExecutionEngine createExecutionEngine(
            BuildCacheController buildCacheController,
            BuildCancellationToken cancellationToken,
            BuildInvocationScopeId buildInvocationScopeId,
            BuildOperationRunner buildOperationRunner,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 27 12:34:44 UTC 2024
    - 11.7K bytes
    - Viewed (0)
  2. subprojects/core/build.gradle.kts

        }
        testFixturesApi(project(":model-core")) {
            because("test fixtures expose IConventionAware")
        }
        testFixturesApi(project(":build-cache")) {
            because("test fixtures expose BuildCacheController")
        }
        testFixturesApi(project(":execution")) {
            because("test fixtures expose OutputChangeListener")
        }
        testFixturesApi(project(":native")) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:14 UTC 2024
    - 12.1K bytes
    - Viewed (0)
Back to top