Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for sha1ThenGetRequests (0.11 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/caching/CachedDependencyResolutionIntegrationTest.groovy

            module.jar.sha1.expectGet()
            module.jar.expectGet()
        }
    
        void sha1OnlyRequests() {
            module.ivy.sha1.expectGet()
            module.jar.sha1.expectGet()
        }
    
        void sha1ThenGetRequests() {
            module.ivy.sha1.expectGet()
            module.ivy.expectGet()
    
            module.jar.sha1.expectGet()
            module.jar.expectGet()
        }
    
        void headThenSha1Requests() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 5.7K bytes
    - Viewed (0)
Back to top