Where are task inputs and outputs defined in the Gradle reference docs?

[quote=“mark_vieira, post:2, topic:21409”]
One thing you can do however is refer to a task itself as an input. In this way Gradle will interpret this as all the outputs of that task.
[/quote]That’s what I tried to do in my other issue you replied to: Trying to wire custom task to artifact, but “Cannot convert the provided notation”

This failed saying it could not convert the outputs, so my next stop was to try to understand what the outputs were, which is difficult.

Thanks for outlining this other more explicit way of wiring.