Skip to content

Add Gradle Analytics plugin

Manuel Prinz requested to merge gradle-analytics-plugin into master

This plugin helps with detecting build issues by analyzing the build and collecting build information over time. It is the next best thing after build scans, which are not easily comparable without subscription to the platform. Certain tasks will be recorded in a local database, and reports can be generated from that.

I have been using it for a while, although I have not leveraged its full potential. Merging it would allow for collecting information more easily, and get more use out of it.

I currently do not plan to add it to CI, because I am not sure how and would like to avoid spending a lot of it. The local version should be good enough for now.

Merge request reports