Zak Taccardi
06/21/2024, 2:46 AMProvider<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
Zak Taccardi
06/21/2024, 3:18 AM