Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove a redundant
asSequence()
call
The `FileCollection` provided by `outputs.files` already offers an `elementAt(Int)` method. There's no need to convert this `FileCollection` to a `Sequence<File>` just for indexed access.
- Loading branch information