I have a task that expects input of a `Provider&lt...
# community-support
z
I have a task that expects input of a
Provider<String>
. I have another task that outputs a file. I need to convert that file into a
Provider<String>
so it can be used as input to the above task. Is this possible? I’m seeing:
Querying the mapped value of map(provider(java.util.Set)) before task ‘subprojectfirstTask’ has completed is not supported