Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for createDistributionFactory (0.15 sec)

  1. platforms/ide/tooling-api/src/main/java/org/gradle/tooling/internal/consumer/ConnectorServices.java

            }
    
            @Provides
            protected Clock createTimeProvider() {
                return Time.clock();
            }
    
            @Provides
            protected DistributionFactory createDistributionFactory(Clock clock) {
                return new DistributionFactory(clock);
            }
    
            @Provides
            protected ToolingImplementationLoader createToolingImplementationLoader() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 27 09:21:42 UTC 2024
    - 4.3K bytes
    - Viewed (0)
Back to top