Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for generateConfigFile (0.14 sec)

  1. subprojects/core/src/integTest/groovy/org/gradle/api/resource/TextResourceIntegrationTest.groovy

            when:
            run("fileCollectionText")
    
            then:
            result.assertTasksExecuted(":generateConfigFile", ":fileCollectionText")
            file("output.txt").text == "my config"
    
            when:
            run("fileCollectionText")
    
            then:
            result.assertTasksSkipped(":generateConfigFile", ":fileCollectionText")
        }
    
        @ToBeFixedForConfigurationCache(skip = INVESTIGATE)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 03 15:21:23 UTC 2024
    - 6.3K bytes
    - Viewed (0)
Back to top