Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for createOutputsNonIncremental (0.28 sec)

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

            @Optional
            @OutputFile
            abstract RegularFileProperty getOutputFile()
    
            @TaskAction
            $taskAction
    
            def touchOutputs() {
            }
    
            def createOutputsNonIncremental() {
            }
    
            @Internal
            def addedFiles = []
            @Internal
            def modifiedFiles = []
            @Internal
            def removedFiles = []
            @Internal
    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