Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for failedExecution (0.25 sec)

  1. subprojects/core/src/integTest/groovy/org/gradle/api/tasks/IncrementalInputsIntegrationTest.groovy

            given:
            previousExecution()
    
            and:
            file('inputs/file1.txt') << "changed content"
    
            when:
            failedExecution()
    
            then:
            executesIncrementally(modified: ['file1.txt'])
        }
    
        def "incremental task is executed non-incrementally when input file property has been added"() {
            given:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Dec 23 12:52:29 UTC 2022
    - 27.8K bytes
    - Viewed (0)
Back to top