Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for noSources (0.2 sec)

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

            buildFile """
                @CacheableTask
                class NoSources extends UnspecifiedCacheabilityTask {
                    @InputFiles
                    @SkipWhenEmpty
                    FileCollection empty = project.layout.files()
                }
    
                task noSources(type: NoSources)
            """
            when:
            withBuildCache().run "noSources"
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 16:59:01 UTC 2024
    - 17.6K bytes
    - Viewed (0)
Back to top