Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for SomeBuildService (0.19 sec)

  1. subprojects/core/src/integTest/groovy/org/gradle/api/invocation/GradleLifecycleUnsupportedTypesIntegrationTest.groovy

            // Dependency Resolution Types
            // ????
    
            // direct BuildService reference, build services must always be referenced via their providers
            'SomeBuildService'                | BuildService     | "gradle.sharedServices.registerIfAbsent('service', SomeBuildService) {}.get()"
    
            concreteTypeName = concreteType instanceof Class ? concreteType.name : concreteType
        }
    
        private static executorServiceTypeOnCurrentJvm() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 17 18:15:52 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  2. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheUnsupportedTypesIntegrationTest.groovy

            // direct BuildService reference, build services must always be referenced via their providers
            'SomeBuildService'                    | BuildService                   | "project.gradle.sharedServices.registerIfAbsent('service', SomeBuildService) {}.get()"
    
            concreteTypeName = concreteType instanceof Class ? concreteType.name : concreteType
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 28.3K bytes
    - Viewed (0)
Back to top