Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for BuildTreeScopedServiceInterfaceUnscopedImpl (0.43 sec)

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

                return new BuildTreeScopedServiceInterfaceUnscopedImpl()
            }
        }
    
        static class BuildTreeScopedServiceInterfaceUnscopedImplProvider implements ServiceRegistrationProvider {
            @Provides
            BuildTreeScopedServiceInterfaceUnscopedImpl createScopedService() {
                return new BuildTreeScopedServiceInterfaceUnscopedImpl()
            }
        }
    
    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