Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 75 of 75 for sourceDirectorySet (0.26 sec)

  1. testing/architecture-test/src/changes/archunit-store/public-api-mutable-properties.txt

    Method <org.gradle.api.file.SourceDirectorySet.getFilter()> does not have raw return type assignable to org.gradle.api.provider.Provider in (SourceDirectorySet.java:0)
    Method <org.gradle.api.file.SourceDirectorySet.getName()> does not have raw return type assignable to org.gradle.api.provider.Provider in (SourceDirectorySet.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 22:42:49 UTC 2024
    - 160.5K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/dsl/dsl.xml

                </tr>
                <tr>
                    <td>org.gradle.api.tasks.SourceSetOutput</td>
                </tr>
                <tr>
                    <td>org.gradle.api.file.SourceDirectorySet</td>
                </tr>
                <tr>
                    <td>org.gradle.api.artifacts.Configuration</td>
                </tr>
                <tr>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 15:00:02 UTC 2024
    - 34.7K bytes
    - Viewed (0)
  3. 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)
  4. 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)
  5. 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