Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for rootSpec (0.26 sec)

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

            skipped(':copy')
    
            when:
            run "copy", "--info", "-Dnew-value"
    
            then:
            executedAndNotSkipped(':copy')
            output.contains "Value of input property 'rootSpec\$1\$1.$property' has changed for task ':copy'"
    
            when:
            run "copy", "--info", "-Dnew-value"
    
            then:
            skipped(':copy')
    
            where:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 03 15:21:23 UTC 2024
    - 67.9K bytes
    - Viewed (0)
Back to top