Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 22 of 22 for avoidance (0.1 sec)

  1. platforms/documentation/docs/src/docs/userguide/authoring-builds/tasks/more_about_tasks.adoc

    [source,groovy]
    ----
    copy {
        from("resources")
        into("target")
        include("**/*.txt", "**/*.xml", "**/*.properties")
    }
    ----
    
    NOTE: This option breaks task configuration avoidance and is not recommended!
    
    Regardless of the method chosen, the task is configured with the name of the files to be copied and the location of the files.
    
    [[sec:implementing_tasks]]
    === 3. Implementing tasks
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Mar 23 22:37:03 UTC 2024
    - 28.5K bytes
    - Viewed (0)
  2. platforms/jvm/testing-jvm/src/main/java/org/gradle/api/internal/tasks/testing/detection/ForkedTestClasspathFactory.java

            // dependencies on the classpath share a version. This can _still_ lead to duplicates on the classpath, but it is at least
            // avoidable if the user adds junit-platform-launcher to their test runtime classpath, which they should be doing, since
            // distribution loading is deprecated in Gradle 8.2.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 19.4K bytes
    - Viewed (0)
Back to top