Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 44 for source_task (0.16 sec)

  1. testing/architecture-test/src/changes/archunit-store/provider-task-file-collection.txt

    Method <org.gradle.api.tasks.SourceTask.getSource()> does not have raw return type assignable to org.gradle.api.file.ConfigurableFileCollection in (SourceTask.java:0)
    Method <org.gradle.api.tasks.Upload.getConfiguration()> does not have raw return type assignable to org.gradle.api.file.ConfigurableFileCollection in (Upload.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jun 05 08:43:33 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  2. testing/architecture-test/src/changes/archunit-store/public-api-not-extends-internal-types.txt

    Class <org.gradle.api.tasks.JavaExec> extends/implements org.gradle.api.internal.ConventionTask that is Gradle Internal API in (JavaExec.java:0)
    Class <org.gradle.api.tasks.SourceTask> extends/implements org.gradle.api.internal.ConventionTask that is Gradle Internal API in (SourceTask.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 13:33:20 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  3. platforms/jvm/language-java/src/main/java/org/gradle/api/tasks/javadoc/Javadoc.java

    import org.gradle.api.tasks.Optional;
    import org.gradle.api.tasks.OutputDirectory;
    import org.gradle.api.tasks.PathSensitive;
    import org.gradle.api.tasks.PathSensitivity;
    import org.gradle.api.tasks.SourceTask;
    import org.gradle.api.tasks.TaskAction;
    import org.gradle.api.tasks.javadoc.internal.JavadocExecutableUtils;
    import org.gradle.api.tasks.javadoc.internal.JavadocSpec;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Aug 28 11:40:18 UTC 2023
    - 13.6K bytes
    - Viewed (0)
  4. platforms/jvm/language-groovy/src/main/java/org/gradle/api/tasks/javadoc/Groovydoc.java

    import org.gradle.api.tasks.Optional;
    import org.gradle.api.tasks.OutputDirectory;
    import org.gradle.api.tasks.PathSensitive;
    import org.gradle.api.tasks.PathSensitivity;
    import org.gradle.api.tasks.SourceTask;
    import org.gradle.api.tasks.TaskAction;
    import org.gradle.internal.file.Deleter;
    
    import javax.annotation.Nullable;
    import javax.inject.Inject;
    import java.io.File;
    import java.io.IOException;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Aug 28 11:40:18 UTC 2023
    - 14.1K bytes
    - Viewed (0)
  5. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/provider/KotlinScriptEvaluator.kt

                const val ALL_WARNINGS_AS_ERRORS = "allWarningsAsErrors"
                const val SKIP_METADATA_VERSION_CHECK = "skipMetadataVersionCheck"
                const val TEMPLATE_ID = "templateId"
                const val SOURCE_HASH = "sourceHash"
                const val COMPILATION_CLASS_PATH = "compilationClassPath"
                const val ACCESSORS_CLASS_PATH = "accessorsClassPath"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 10:23:24 UTC 2024
    - 17.1K bytes
    - Viewed (0)
  6. subprojects/core/src/main/java/org/gradle/execution/plan/DetermineExecutionPlanAction.java

                                // Should run after edges only exist between tasks, so this cast is safe
                                TaskNode sourceTask = (TaskNode) toBeRemoved.from;
                                TaskNode targetTask = (TaskNode) toBeRemoved.to;
                                sourceTask.removeShouldSuccessor(targetTask);
                                restorePath(path, toBeRemoved);
                                restoreQueue(toBeRemoved);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 17.7K bytes
    - Viewed (0)
  7. platforms/core-configuration/core-serialization-codecs/src/main/kotlin/org/gradle/internal/serialize/codecs/core/FileTreeCodec.kt

                fileCollection is FilteredFileTree -> {
                    when {
                        // Optimize a common case, where fileCollection.asFileTree.matching(emptyPatterns) is used,
                        // e.g. in SourceTask and in CopySpec.
                        // Skip applying the filters to the tree
                        fileCollection.patterns.isEmpty -> {
                            fileCollection.tree.visitStructure(this)
                        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 23:09:56 UTC 2024
    - 7.3K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/authoring-builds/tasks/worker_api.adoc

    .buildSrc/src/main/java/CreateMD5.java
    [source,java]
    ----
    include::{snippetsPath}/workerApi/md5CustomTask/groovy/buildSrc/src/main/java/CreateMD5.java[]
    ----
    <1> link:{javadocPath}/org/gradle/api/tasks/SourceTask.html[SourceTask] is a convenience type for tasks that operate on a set of source files.
    <2> The task output will go into a configured directory.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun Apr 28 13:41:08 UTC 2024
    - 17.7K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_6.adoc

    ==== SourceTask is no longer sensitive to empty directories
    
    Previously, empty directories would be taken into account during up-to-date checks and build cache key calculations for the sources declared in `SourceTask`.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 44.8K bytes
    - Viewed (0)
  10. testing/architecture-test/src/changes/archunit-store/provider-task-properties.txt

    Method <org.gradle.api.tasks.SourceTask.getExcludes()> does not have raw return type assignable to org.gradle.api.provider.Property in (SourceTask.java:0)
    Method <org.gradle.api.tasks.SourceTask.getIncludes()> does not have raw return type assignable to org.gradle.api.provider.Property in (SourceTask.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 13:33:20 UTC 2024
    - 51.8K bytes
    - Viewed (0)
Back to top