Make it easy to identify the type of a project for newcomers

While working on the Getting Started guide, I realised that there was no easy way for a new user to work out what type of project they have in front of them. You can infer it from the plugins that have been applied (which may not be applied in an obvious location) or from the project structure and source files. But these rely on a minimum understanding of Gradle or the corresponding project type.

What if there was a Gradle task that you could run that displayed information about the project, such as what the project structure is and what type each project is (Java, Scala, Groovy, C++, Android, etc.). This would make it much easier to direct the user to the relevant documentation.

Hi, you will find all the sample applications under **\gradle-2.4\samples**. Being I a new user I made use of those to workout.