Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for BrokenScopedServiceRegistry (0.2 sec)

  1. platforms/core-runtime/base-services/src/test/groovy/org/gradle/internal/service/ScopedServiceRegistryTest.groovy

            @Provides
            GlobalAndBuildScopedService createScopedService() {
                return new GlobalAndBuildScopedService()
            }
        }
    
        static class BrokenScopedServiceRegistry extends ScopedServiceRegistry {
            BrokenScopedServiceRegistry() {
                super(Scope.Build, "broken service registry")
            }
    
            @Provides
            BuildTreeScopedService createScopedService() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 27 12:34:44 UTC 2024
    - 9.4K bytes
    - Viewed (0)
Back to top