runningcode / gradle-doctor

The right prescription for your Gradle build.
http://runningcode.github.io/gradle-doctor
Apache License 2.0
723 stars 47 forks source link

Print project name in prescriptions title for clarity's sake #200

Closed mformetal closed 2 years ago

mformetal commented 2 years ago

The motivation behind this is contained in a github issue

As a quick TL;DR, for repositories that have multiple independent included builds that each have the doctor plugin applied to them, scanning the prescriptions at the end of the console output can be confusing. I'd like some clarity on which project that the plugin is prescribing changes/fixes for.

I rely on the project's display name here, which should almost always be defined. We can use a path instead, but it may not be as readable for some users.