Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for taskTypeWithIntInputProperty (0.21 sec)

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

        }
    
        def "input property with value of mapped task output implies dependency on the task"() {
            taskTypeWithOutputFileProperty()
            taskTypeWithIntInputProperty()
            buildFile << """
                def task = tasks.create("a", FileProducer) {
                    output = file("file.txt")
                    content = "12"
                }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jan 04 14:20:49 UTC 2024
    - 32.9K bytes
    - Viewed (0)
Back to top