Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AnotherBuildCache (0.13 sec)

  1. subprojects/core/src/integTest/groovy/org/gradle/caching/configuration/internal/BuildCacheConfigurationIntegrationTest.groovy

                        new NoOpBuildCacheService()
                    }
                }
    
                class AnotherBuildCacheFactory implements BuildCacheServiceFactory<AnotherBuildCache> {
                    @Override BuildCacheService createBuildCacheService(AnotherBuildCache configuration, Describer describer) {
                        new NoOpBuildCacheService()
                    }
                }
    
                buildCache {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 19 20:09:35 UTC 2022
    - 9.6K bytes
    - Viewed (0)
Back to top