Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for staleFilesHaveBeenRemoved (0.18 sec)

  1. platforms/core-execution/execution-e2e-tests/src/integTest/groovy/org/gradle/integtests/StaleOutputIntegrationTest.groovy

            buildScript(fixture.buildScript)
            fixture.createStaleOutputs()
    
            when:
            succeeds(fixture.taskPath, '-PassertRemoved=true')
    
            then:
            fixture.staleFilesHaveBeenRemoved()
    
            where:
            outputDir << ['build', 'build/outputs', 'build/some/deeply/nested/structure']
        }
    
        def "build operations are created for stale outputs cleanup"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 04 10:15:40 UTC 2024
    - 23K bytes
    - Viewed (0)
Back to top