Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for defineProducerTask (0.12 sec)

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

            "dir"    | "file" | "Expected 'PATH' to be a directory"
        }
    
        def "task stays up-to-date after loaded from cache"() {
            file("input.txt").text = "input"
            buildFile << defineProducerTask()
    
            withBuildCache().run "producer"
    
            when:
            cleanBuildDir()
            withBuildCache().run "producer"
            then:
            skipped ":producer"
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 20 11:16:24 UTC 2024
    - 30.6K bytes
    - Viewed (0)
Back to top