Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for DefaultArtifactIdentifierFileStore$Factory (0.73 sec)

  1. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/DependencyManagementProjectScopeServices.java

        void configure(ServiceRegistration registration) {
            registration.add(DefaultExternalResourceFileStore.Factory.class);
            registration.add(DefaultArtifactIdentifierFileStore.Factory.class);
            registration.add(TransformStepNodeDependencyResolver.class);
        }
    
        /** This is needed in order to get the {@code taskDependencyFactory} from the current project. */
        @Provides
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 27 12:34:44 UTC 2024
    - 4.3K bytes
    - Viewed (0)
Back to top