Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for useOverlappingOutputFileAndDirectory (0.52 sec)

  1. subprojects/core/src/integTest/groovy/org/gradle/api/internal/changedetection/rules/OverlappingOutputsIntegrationTest.groovy

            result.assertTaskSkipped(first)
            // second is not loaded from the cache due to the overlap with first
            result.assertTaskNotSkipped(second)
        }
    
        private Object[] useOverlappingOutputFileAndDirectory() {
            buildFile << """
                task fileTask(type: OutputFileTask)
                task dirTask(type: OutputDirectoryTask)
                task cleanDirTask(type: Delete) {
                    delete dirTask
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 15 20:54:14 UTC 2024
    - 30K bytes
    - Viewed (0)
Back to top