We have a pretty large team. Sometimes, developers face a lot of build related issues. We want to monitor those common issues and send that to a server for analysis and aggregation. We want to proactively focus on commonly captured issues grouped using stacktrace. What gradle APIs can help me with such a solution?
The BuildService/OperationCompletionListener doesn’t give useful information like detailed causes/stacktrace of the actual issue.
Unfortunately that is not an option. I was thinking of using the Problems API but when I looked at the report generated in the problems directory, they seems to be the problems related to plugins and scripting code.
Is parsing the gradle user home daemon logs the only option then?