file Collection
Resolves this configuration lazily. The resolve happens when the elements of the returned FileCollection get accessed the first time. This locates and downloads the files which make up this configuration. Only the resulting set of files belonging to the subset of dependencies specified by the dependencySpec is contained in the FileCollection.
Return
The FileCollection with a subset of dependencies of this configuration.
Parameters
The spec describing a filter applied to the all the dependencies of this configuration (including dependencies from extended configurations).
Takes a closure which gets coerced into a Spec. Behaves otherwise in the same way as fileCollection.
Return
The FileCollection with a subset of dependencies of this configuration.
Parameters
The closure describing a filter applied to the all the dependencies of this configuration (including dependencies from extended configurations).
Resolves this configuration lazily. The resolve happens when the elements of the returned FileCollection get accessed the first time. This locates and downloads the files which make up this configuration. Only the resulting set of files belonging to specified dependencies is contained in the FileCollection.
Return
The FileCollection with a subset of dependencies of this configuration.
Parameters
The dependencies for which the FileCollection should contain the files.