Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for withDeprecatedBuildCacheRetentionInDays (0.49 sec)

  1. platforms/core-execution/build-cache-local/src/integTest/groovy/org/gradle/caching/local/internal/AbstractBuildCacheCleanupIntegrationTest.groovy

                    }
                }
    
                task cacheable(type: CustomTask) {
                    description = "Generates a 1MB file"
                }
            """
        }
    
        def withDeprecatedBuildCacheRetentionInDays(long period) {
            settingsFile << """
                buildCache {
                    local {
                        removeUnusedEntriesAfterDays = ${period}
                    }
                }
            """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 16:53:17 UTC 2024
    - 12.4K bytes
    - Viewed (0)
Back to top