Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for declareSimpleCopyTaskType (0.24 sec)

  1. subprojects/core/src/integTest/groovy/org/gradle/api/internal/changedetection/state/TaskTypeUpToDateIntegrationTest.groovy

            """
                ${declareSimpleCopyTaskType(modification)}
    
                task copy(type: SimpleCopy) {
                    input = file("input.txt")
                    output = file("output.txt")
                }
            """
        }
    
        private static String declareSimpleCopyTaskType(boolean modification = false) {
            """
                import org.gradle.api.*
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Aug 30 07:31:26 UTC 2022
    - 6.5K bytes
    - Viewed (0)
Back to top