Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheBuildServiceIntegrationTest.groovy

                ${constantServiceImpl("ConstantBuildService", "constant")}
                def serviceProvider = gradle.sharedServices.registerIfAbsent("constant", ConstantBuildService) {}
    
                ${convertingValueSourceImpl("ConvertingValueSource", valueSourceInputType, "String", conversion)}
                def valueSource = providers.of(ConvertingValueSource) {
                    parameters.input = $valueSourceInput
                }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 11:47:23 UTC 2024
    - 29.1K bytes
    - Viewed (0)
Back to top