Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for source_task (0.17 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/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)
  4. 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)
  5. 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)
  6. testing/architecture-test/src/changes/archunit-store/public-api-methods-return-allowed-types.txt

    Method <org.gradle.api.tasks.SourceTask.include(groovy.lang.Closure)> has arguments/return type groovy.lang.Closure that is not Gradle public API or primitive or built-in JDK classes or Kotlin classes in (SourceTask.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 12:21:31 UTC 2024
    - 91.3K bytes
    - Viewed (0)
Back to top