Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for someTaskB (0.16 sec)

  1. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheProblemReportingIntegrationTest.groovy

                    "Task `:a` of type `SomeTask`: cannot deserialize object of type 'org.gradle.api.Project' as these are not supported with the configuration cache.",
                    "Task `:a` of type `SomeTask`: cannot deserialize object of type 'org.gradle.api.invocation.Gradle' as these are not supported with the configuration cache.",
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 56.7K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/optimizing-performance/configuration_cache.adoc

    ----
    ❯ gradle --configuration-cache --configuration-cache-problems=warn someTask -DsomeDestination=dest
    include::{snippetsPath}/configurationCache/problemsGroovy/tests/store.out[]
    Configuration cache entry stored with 1 problem.
    ❯ gradle --configuration-cache --configuration-cache-problems=warn someTask -DsomeDestination=dest
    include::{snippetsPath}/configurationCache/problemsGroovy/tests/load.out[]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 16:24:12 UTC 2024
    - 71.1K bytes
    - Viewed (0)
  3. subprojects/core-api/src/main/java/org/gradle/api/Project.java

         * queried.</p>
         *
         * <pre class='autoTested'>
         * def myTree = fileTree("src")
         * myTree.include "**&#47;*.java"
         * myTree.builtBy "someTask"
         *
         * task copy(type: Copy) {
         *    from myTree
         * }
         * </pre>
         *
         * <p>The order of the files in a {@code FileTree} is not stable, even on a single computer.
         *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 30 04:56:22 UTC 2024
    - 74.3K bytes
    - Viewed (0)
Back to top