Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 24 of 24 for outputDirectories (0.31 sec)

  1. subprojects/core/src/integTest/groovy/org/gradle/api/services/BuildServiceIntegrationTest.groovy

    import org.gradle.api.tasks.InputFiles
    import org.gradle.api.tasks.Internal
    import org.gradle.api.tasks.LocalState
    import org.gradle.api.tasks.Nested
    import org.gradle.api.tasks.Optional
    import org.gradle.api.tasks.OutputDirectories
    import org.gradle.api.tasks.OutputDirectory
    import org.gradle.api.tasks.OutputFile
    import org.gradle.build.event.BuildEventsListenerRegistry
    import org.gradle.integtests.fixtures.AbstractIntegrationSpec
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jun 06 19:15:46 UTC 2024
    - 61K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_4.adoc

     * The order of elements in `Iterable` properties marked with either `@OutputFiles` or `@OutputDirectories` now matters. If the order changes, the property is no longer considered up to date.
    +
    Prefer using separate properties with `@OutputFile`/`@OutputDirectory` annotations or use `Map` properties with `@OutputFiles`/`@OutputDirectories` instead.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 22 03:01:48 UTC 2024
    - 60.1K bytes
    - Viewed (0)
  3. platforms/core-configuration/model-core/src/testFixtures/groovy/org/gradle/internal/reflect/validation/ValidationMessageChecker.groovy

            }
    
            AnnotationContext forTask() {
                validAnnotations = "@Console, @Destroys, @Inject, @Input, @InputDirectory, @InputFile, @InputFiles, @Internal, @LocalState, @Nested, @OptionValues, @OutputDirectories, @OutputDirectory, @OutputFile, @OutputFiles, @ReplacedBy or @ServiceReference"
                this
            }
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 11 11:49:03 UTC 2024
    - 42.1K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/optimizing-performance/incremental_build.adoc

    | An iterable or map of output files.
    Using a file tree turns <<build_cache.adoc#sec:task_output_caching, caching>> off for the task.
    
    | `@link:{javadocPath}/org/gradle/api/tasks/OutputDirectories.html[OutputDirectories]`
    | `Map&lt;String, File&gt;`+++**+++ or `Iterable&lt;File&gt;`+++*+++
    | An iterable of output directories.
    Using a file tree turns <<build_cache.adoc#sec:task_output_caching, caching>> off for the task.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 24 23:14:04 UTC 2024
    - 63.9K bytes
    - Viewed (0)
Back to top