Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for withInstantiator (0.4 sec)

  1. platforms/software/dependency-management/src/main/java/org/gradle/internal/resolve/caching/CrossBuildCachingRuleExecutor.java

            ImplicitInputsCapturingInstantiator instantiator = findInputCapturingInstantiator(action);
            if (instantiator != null) {
                action = action.withInstantiator(instantiator.capturing(registrar));
            }
            // First step is to find an entry with the explicit inputs in the cache
            CachedEntry<RESULT> entry = store.getIfPresent(keyHash);
            if (entry != null) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 10 15:51:31 UTC 2024
    - 16.1K bytes
    - Viewed (0)
  2. subprojects/core/src/main/java/org/gradle/internal/service/scopes/BuildScopeServices.java

            return parent.forContext()
                .withFileResolver(fileResolver)
                .withFileCollectionFactory(fileCollectionFactory)
                .withInstantiator(instantiator)
                .withObjectFactory(objectFactory)
                .withJavaModuleDetector(javaModuleDetector)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 27 09:21:42 UTC 2024
    - 35.8K bytes
    - Viewed (0)
Back to top