I executed a task on gradle that failed and I'm in...
# community-support
b
I executed a task on gradle that failed and I'm interested on review what happened. I would like to see its scan but I didn't execute it with
--scan
. Is there a command to publish the scan of the last execution? I think that I saw something like that somewhere but I can't find it 😞
v
If you do apply the develocity plugin, yes. If not, but you only ad-hoc apply it using
--scan
then not afaik
Because the plugin would have collected the data that you could then publish as scan.
b
I have the plugin applied
v
Then there is a task for that, yes
buildScanPublishPrevious
🙌 1
b
Thanks!
👌 1