Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for makeCacheReadOnly (0.37 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/rocache/AbstractReadOnlyCacheDependencyResolutionTest.groovy

            outputContains("Shared read-only dependency cache is an incubating feature.")
        }
    
        void withReadOnlyCache() {
            executer.withReadOnlyCacheDir(roCacheDir)
            makeCacheReadOnly()
        }
    
        TestFile fileInReadReadOnlyCache(String path) {
            return roCacheDir.file(path)
        }
    
        private void copyToReadOnlyCache() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 22 01:27:55 UTC 2024
    - 7.6K bytes
    - Viewed (0)
Back to top