Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 113 of 113 for TaskInternal (0.16 sec)

  1. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/executer/InProcessGradleExecuter.java

    import org.gradle.api.Task;
    import org.gradle.api.UncheckedIOException;
    import org.gradle.api.execution.TaskExecutionListener;
    import org.gradle.api.internal.StartParameterInternal;
    import org.gradle.api.internal.TaskInternal;
    import org.gradle.api.internal.classpath.ModuleRegistry;
    import org.gradle.api.internal.file.FileCollectionFactory;
    import org.gradle.api.internal.file.TestFiles;
    import org.gradle.api.logging.configuration.ConsoleOutput;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 37.1K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_6.adoc

    `AbstractTask` will be removed in Gradle 7.0, and the following are deprecated in Gradle 6.5:
    
    - Registering a task whose type is `AbstractTask` or `TaskInternal`. You can remove the task type from the task registration and Gradle will use `DefaultTask` instead.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 44.8K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_4.adoc

     * The `Task.dependsOnTaskDidWork()` method has been removed — use <<incremental_build.adoc#incremental_build,declared inputs and outputs>> instead.
     * The following properties and methods of `TaskInternal` have been removed — use task dependencies, task rules, reusable utility methods, or the <<worker_api.adoc#worker_api,Worker API>> in place of executing a task directly.
     ** `execute()`
     ** `executer`
     ** `getValidators()`
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 22 03:01:48 UTC 2024
    - 60.1K bytes
    - Viewed (0)
Back to top