Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for FileCollectionDependency (0.15 sec)

  1. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_8.adoc

    Currently, `ProjectDependency` and `FileCollectionDependency` implement this interface.
    In Gradle 9.0, these types will no longer implement `SelfResolvingDependency`.
    Instead, they will both directly implement `Dependency`.
    
    As such, the following methods of `ProjectDependency` and `FileCollectionDependency` will no longer be available:
    
    - `resolve`
    - `resolve(boolean)`
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 17:01:07 UTC 2024
    - 90.7K bytes
    - Viewed (0)
Back to top