Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setBuiltBy (0.17 sec)

  1. subprojects/core-api/src/main/java/org/gradle/api/file/ConfigurableFileCollection.java

         *
         * @param tasks The tasks. These are evaluated as per {@link org.gradle.api.Task#dependsOn(Object...)}.
         * @return this
         */
        ConfigurableFileCollection setBuiltBy(Iterable<?> tasks);
    
        /**
         * Registers some tasks which build the files of this collection.
         *
         * @param tasks The tasks. These are evaluated as per {@link org.gradle.api.Task#dependsOn(Object...)}.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 16:06:55 UTC 2024
    - 4.2K bytes
    - Viewed (0)
Back to top