Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for sourceDirectorySet (0.99 sec)

  1. platforms/documentation/docs/src/docs/userguide/optimizing-performance/configuration_cache.adoc

    You should instead declare these as a `FileCollection` input and reference just that.
    
    The same requirement applies to dependency management types with some nuances.
    
    Some types, such as `Configuration` or `SourceDirectorySet`, don't make good task input parameters, as they hold a lot of irrelevant state, and it is better to model these inputs as something more precise.
    We don't intend to make these types serializable at all.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 16:24:12 UTC 2024
    - 71.1K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_7.adoc

    The deprecated `binResultsDir` property of the `AbstractTestTask` task type has been removed.
    Use the `binaryResultsDirectory` property instead.
    
    ==== SourceDirectorySet API Cleanup
    
    The deprecated `outputDir` property of the `SourceDirectorySet` type has been removed.
    Use the `destinationDirectory` property instead.
    
    ==== VersionCatalog API Cleanup
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 87.7K bytes
    - Viewed (0)
  3. testing/architecture-test/src/changes/archunit-store/public-api-methods-return-allowed-types.txt

    Method <org.gradle.api.file.SourceDirectorySet.compiledBy(org.gradle.api.tasks.TaskProvider, java.util.function.Function)> has arguments/return type java.util.function.Function that is not Gradle public API or primitive or built-in JDK classes or Kotlin classes in (SourceDirectorySet.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