Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for assertNoConfigurationCache (0.38 sec)

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

            then:
            configurationCache.assertStateStored()
    
            when:
            configurationCacheRun("help", "--export-keys")
    
            then:
            configurationCache.assertNoConfigurationCache()
            outputContains("Calculating task graph as configuration cache cannot be reused due to --export-keys")
        }
    
        def "invalidates configuration cache when dependency lock file changes"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 33K bytes
    - Viewed (0)
Back to top